空置页面和设置页面调试通过

This commit is contained in:
xuemh
2018-04-23 00:41:11 +08:00
parent 4dd95da147
commit df311d475c
23 changed files with 2472 additions and 10 deletions
@@ -0,0 +1,17 @@
//
// CustomModeSetCell.h
// Ifish
//
// Created by Minghao Xue on 2018/4/22.
// Copyright © 2018年 lianlian. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CustomModeSetCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *customModeTitleLbl;
@property (weak, nonatomic) IBOutlet UIButton *switchControl;
@end