新版本
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface IfishHistoryView : UIView
|
||||
|
||||
@protocol IfishHistoryViewBottomBarDelete <NSObject>
|
||||
@optional
|
||||
-(void)clickBottomBarWithIdx:(NSInteger)idx;
|
||||
@end
|
||||
|
||||
|
||||
@interface IfishHistoryView : UIView
|
||||
@property(nonatomic,strong)NSArray*datas;
|
||||
@property(nonatomic,copy)NSString*curdateStr;
|
||||
@property(nonatomic,weak)id<IfishHistoryViewBottomBarDelete>myDeleget;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user