MAAdapterDelegate.h 296 B

12345678910111213141516
  1. //
  2. // MAAdapterDelegate.h
  3. // AppLovinSDK
  4. //
  5. // Created by Christopher Cong on 10/29/18.
  6. //
  7. NS_ASSUME_NONNULL_BEGIN
  8. /**
  9. * This protocol defines a common adapter protocol intended to be notified about mediated ad events.
  10. */
  11. @protocol MAAdapterDelegate <NSObject>
  12. @end
  13. NS_ASSUME_NONNULL_END