EnvExport.h 268 B

123456789101112131415
  1. //
  2. // EnvExport.h
  3. // SecurityEnvTest
  4. //
  5. // Created by asherli on 17/9/1.
  6. // Copyright © 2017年 alibaba. All rights reserved.
  7. //
  8. #ifndef EnvExport_h
  9. #define EnvExport_h
  10. #define SEC_ERROR_UMID_OK 0
  11. #define SEC_ERROR_UMID_UNKNOWN_ERR 1
  12. #endif /* EnvExport_h */