空置页面和设置页面调试通过
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user