1234567891011121314151617181920212223 |
- //
- // ABUDemoAdStatusInfoCell.h
- // ABUDemo
- //
- // Created by heyinyin on 2021/12/15.
- // Copyright © 2021 bytedance. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- extern NSString *const GromoreDemoAdStatusCellReviceRecordNotification;
- extern NSString *const GromoreDemoAdStatusCellReviceRecordKey;
- extern NSString *const GromoreDemoAdStatusCellReviceClearNotification;
- @interface GromoreDemoAdStatusCell : UITableViewCell
- @end
- NS_ASSUME_NONNULL_END
|