ABUNativeAdView+CustomRender.h 363 B

1234567891011121314151617181920
  1. //
  2. // ABUNativeAdView+CustomRender.h
  3. // ABUDemo
  4. //
  5. // Created by bytedance on 2022/2/11.
  6. // Copyright © 2022 bytedance. All rights reserved.
  7. //
  8. #import "RQADModule.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ABUNativeAdView (CustomRender)
  11. /// 渲染自渲染广告视图,在调用之前需确保frame正确
  12. - (void)customRender;
  13. @end
  14. NS_ASSUME_NONNULL_END