智莺生活APP的阿里百川 Flutter 插件
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

FlutterAlibcConstKey.h 389 B

1234567891011121314
  1. //
  2. // FlutterAlibcConstKey.h
  3. // flutter_alibc
  4. //
  5. // Created by 吴兴 on 2019/9/4.
  6. //
  7. #ifndef FlutterAlibcConstKey_h
  8. #define FlutterAlibcConstKey_h
  9. static NSString *FlutterAlibcConstKey_ErrorCode = @"errorCode";
  10. static NSString *FlutterAlibcConstKey_ErrorMessage = @"errorMessage";
  11. static NSString *FlutterAlibcConstKey_Data = @"data";
  12. #endif /* FlutterAlibcConstKey_h */