MGLicenseCommon.h 401 B

1234567891011121314151617181920
  1. //
  2. // MGLicenseCommon.h
  3. // MGMobileSDKAuth
  4. //
  5. // Created by 张英堂 on 2017/1/10.
  6. // Copyright © 2017年 megvii. All rights reserved.
  7. //
  8. #ifndef MGLicenseCommon_h
  9. #define MGLicenseCommon_h
  10. static NSString *MGLicenseURL_CN = @"https://api-cn.faceplusplus.com/sdk/v3/auth";
  11. static NSString *MGLicenseURL_US = @"https://api-us.faceplusplus.com/sdk/v3/auth";
  12. #endif /* MGLicenseCommon_h */