15 lines
325 B
Objective-C
15 lines
325 B
Objective-C
//
|
|
// IfishDiscoverViewController.h
|
|
// ifishTabTest
|
|
//
|
|
// Created by imac on 16/7/25.
|
|
// Copyright © 2016年 xiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface IfishDiscoverViewController : UIViewController
|
|
@property (nonatomic, copy) void (^updateCompletion)(id responseObject, NSError *error) ;
|
|
|
|
@end
|