新配置界面

This commit is contained in:
roy
2018-09-22 21:40:37 +08:00
parent ae72c0eaeb
commit 8a43861303
59 changed files with 1428 additions and 20 deletions
@@ -0,0 +1,24 @@
//
// IfishHistoryView.m
// Ifish
//
// Created by 罗艺 on 2018/8/27.
// Copyright © 2018年 lianlian. All rights reserved.
//
#import "IfishHistoryView.h"
@implementation IfishHistoryView
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
- (IBAction)clickBg:(id)sender {
self.hidden=YES;
}
@end