AppMaInstall.h 447 Bytes
//
//  AppMaInstall.h
//  AppMaInstallSDK
//
//  Created by AppMA RD on 2015/3/10.
//  Copyright (c) 2015年 AppMA RD. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface AppMaInstall : NSObject


#pragma mark Install
+ (void)install:(NSString *)adid;
#pragma mark Event
+ (void)event:(NSString *)adid :(NSString *)event_tag :(NSString *)event_value;
#pragma mark 設定Location開關
+ (void)setLocationOnOff:(BOOL)isOn;

@end