CSJPlayableLoadingAppInfoCell.h 316 B

1234567891011121314151617
  1. //
  2. // CSJPlayableLoadingAppInfoCell.h
  3. // CSJAdSDK
  4. //
  5. // Created by yujie on 2022/2/14.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJPlayableLoadingAppInfoCell : UIView
  10. @property (nonatomic, strong) UILabel *content;
  11. @property (nonatomic, strong) UILabel *title;
  12. @end
  13. NS_ASSUME_NONNULL_END