1234567891011121314151617 |
- //
- // WFCThemeTableViewCell.h
- // WildFireChat
- //
- // Created by dali on 2020/4/11.
- // Copyright © 2020 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCThemeTableViewCell : UITableViewCell
- @property(nonatomic, assign)BOOL checked;
- @end
- NS_ASSUME_NONNULL_END
|