CSJVideoDetailLoadingView.h 290 B

1234567891011121314151617181920
  1. //
  2. // CSJVideoDetailLoadingView.h
  3. // CSJAdSDK
  4. //
  5. // Created by Levi on 14/11/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJVideoDetailLoadingView : UIView
  10. @property (nonatomic, strong) UILabel *loadingLabel;
  11. - (void)startLoading;
  12. @end
  13. NS_ASSUME_NONNULL_END