// // ProblemCollectionViewCell.h // LekangGuard // // Created by ecell on 2022/12/30. // #import NS_ASSUME_NONNULL_BEGIN @interface ProblemCollectionViewCell : UICollectionViewCell @property (nonatomic ,strong) NSString *titleText; @end NS_ASSUME_NONNULL_END