AdOfferWall.h 203 B

123456789101112131415
  1. //
  2. // AdOfferWall.h
  3. // XenonSDK
  4. //
  5. // Created by fq on 2020/12/25.
  6. // Copyright © 2020 SAGESSE. All rights reserved.
  7. //
  8. #import "AdBase.h"
  9. //OfferWall广告
  10. @interface AdOfferWall : AdBase
  11. @end