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