ATInterstitialAdWrapper.h 246 B

123456789101112
  1. //
  2. // ATInterstitialAdWrapper.h
  3. // UnityContainer
  4. //
  5. // Created by Martin Lau on 2019/1/8.
  6. // Copyright © 2019 Martin Lau. All rights reserved.
  7. //
  8. #import "ATBaseUnityWrapper.h"
  9. @interface ATInterstitialAdWrapper : ATBaseUnityWrapper
  10. @end