features:4月新绚多设备适配 & 修复一些已知bug
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// SetTimerCell.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by Alex on 2019/5/1.
|
||||
// Copyright © 2019 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SetTimerCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *switchBtn;
|
||||
|
||||
- (void)configTitleLabel:(NSString *)title timer:(NSString *)timeStr switchStatus:(BOOL)status;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user