syntax = "proto2"; package MMPro.micromsg; import "BaseResponse.proto"; import "SKBuiltinBuffer_t.proto"; message BatchGetContactProfileResponse { required BaseResponse _BaseResponse = 1; required uint32 _Count = 2; repeated SKBuiltinBuffer_t _ContactProfileBufList = 3; }