宠物店修改

This commit is contained in:
kai60
2020-05-02 14:56:49 +08:00
parent 8fca79324a
commit 53f06fcf43
100 changed files with 2672 additions and 198 deletions
+3 -1
View File
@@ -13,7 +13,7 @@
@required
-(void)disSelectedPopViewIndex:(NSIndexPath *)Index;
-(UITableViewCell *)tableView:(UITableView *)tableView cellForPopViewIndexPath:(NSIndexPath *)indexPath;
@end
@@ -30,5 +30,7 @@
@property(nonatomic,strong) NSArray *titles;
@property(nonatomic,strong) NSArray *titleImgs;
@property(nonatomic,strong) UIImage *backgroundImage;
@property (nonatomic, strong) UIImageView *backImageView;
-(void)changeStyle:(NSString*)style;
@end