GromoreDemoAdStatusCell.h 486 B

1234567891011121314151617181920212223
  1. //
  2. // ABUDemoAdStatusInfoCell.h
  3. // ABUDemo
  4. //
  5. // Created by heyinyin on 2021/12/15.
  6. // Copyright © 2021 bytedance. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. extern NSString *const GromoreDemoAdStatusCellReviceRecordNotification;
  11. extern NSString *const GromoreDemoAdStatusCellReviceRecordKey;
  12. extern NSString *const GromoreDemoAdStatusCellReviceClearNotification;
  13. @interface GromoreDemoAdStatusCell : UITableViewCell
  14. @end
  15. NS_ASSUME_NONNULL_END