JXClearAllRecordCell.h 443 B

123456789101112131415161718
  1. //
  2. // JXClearAllRecordCell.h
  3. // shiku_im
  4. //
  5. // Created by IMAC on 2019/9/6.
  6. // Copyright © 2019 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXClearAllRecordCell : UITableViewCell
  11. @property(nonatomic ,strong)NSString *titleString;
  12. - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier withTitle:(NSString *)title;
  13. @end
  14. NS_ASSUME_NONNULL_END