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