1234567891011121314151617 |
- //
- // CSJBaseLoadingPageView.h
- // CSJAdSDK
- //
- // Created by bytedance on 2021/11/4.
- //
- #import <UIKit/UIKit.h>
- #import "CSJLoadingPageProtocol.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface CSJBaseLoadingPageView : UIView<CSJLoadingPageProtocol>
- @end
- NS_ASSUME_NONNULL_END
|