智莺生活APP的阿里百川 Flutter 插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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 */