新版本

This commit is contained in:
roy
2019-03-12 09:26:46 +08:00
parent cbbfcb098a
commit c08d198e11
431 changed files with 19432 additions and 9136 deletions
@@ -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