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