AsaTool.h 248 B

12345678910111213
  1. #import <Foundation/Foundation.h>
  2. NS_ASSUME_NONNULL_BEGIN
  3. @interface AsaTool : NSObject
  4. + (NSString *)attributionToken;
  5. + (void)requestAttributionWithComplete:(void (^)(NSDictionary *data, NSError *error))complete;
  6. @end
  7. NS_ASSUME_NONNULL_END