宠物店修改

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
@@ -0,0 +1,19 @@
//
// PetStoresViewController.h
// Ifish
//
// Created by 祝发冬 on 2020/4/19.
// Copyright © 2020 lianlian. All rights reserved.
//
#import "BaseViewController.h"
#import "FormatTankAddCamera.h"
NS_ASSUME_NONNULL_BEGIN
@interface PetStoresViewController : BaseViewController<UITableViewDelegate,UITableViewDataSource>
@property (weak, nonatomic) IBOutlet UITableView *tableView;
@property (nonatomic, strong) FormatTankAddCamera *store;//一个商店的
@end
NS_ASSUME_NONNULL_END