MPaaS+ImportAPMobileIdentifier.h 433 Bytes
Newer Older
张杰's avatar
张杰 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//
//  MPaaS+ImportAPMobileIdentifier.h
//  APMPaaS
//
//  Created by shenmo on 8/29/16.
//  Copyright © 2016 Alipay. All rights reserved.
//

#import "APMobileIdentifier+MPaaS.h"

#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
    
    id<APMobileIdentifierClass> getAPMobileIdentifier();
    
#ifdef __cplusplus
}
#endif // __cplusplus

// Backward capability macros

#define APMobileIdentifier      getAPMobileIdentifier()