CSJUgenVideoPlaceholderWidget.h 279 B

12345678910111213141516171819
  1. //
  2. // CSJUgenVideoPlaceholderWidget.h
  3. // CSJAdSDK
  4. //
  5. // Created by ByteDance on 2022/10/12.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "Ugen.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. // 自定义组件
  11. @interface CSJUgenVideoPlaceholderWidget : UgenWidget
  12. @end
  13. NS_ASSUME_NONNULL_END