IOSDataCollect.h 203 B

1234567
  1. #ifndef IOSDataCollect_h
  2. #define IOSDataCollect_h
  3. //获取用户加密信息,登录时上传采集信息
  4. int CTP_GetSystemInfoUnAesEncode(char *pSystemInfo, int& nLen);
  5. #endif /* IOSDataCollect_h */