CSJBaseLoadingPageView.h 272 B

1234567891011121314151617
  1. //
  2. // CSJBaseLoadingPageView.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2021/11/4.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "CSJLoadingPageProtocol.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CSJBaseLoadingPageView : UIView<CSJLoadingPageProtocol>
  11. @end
  12. NS_ASSUME_NONNULL_END