14 lines
234 B
Objective-C
14 lines
234 B
Objective-C
//
|
|
// FishDoctorViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/2/20.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
|
|
@interface FishDoctorViewController : BaseVIewContorller
|
|
|
|
@end
|