14 lines
231 B
Objective-C
14 lines
231 B
Objective-C
//
|
|
// IfishDeviceViewController.h
|
|
// ifishTabTest
|
|
//
|
|
// Created by imac on 16/7/25.
|
|
// Copyright © 2016年 xiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface IfishDeviceViewController : UIViewController
|
|
|
|
@end
|