syntax = "proto2"; package MMPro.micromsg; import "BaseResponse.proto"; import "UserInfoInApp.proto"; message GetUserInfoInAppResponse { required BaseResponse _BaseResponse = 1; required uint32 _UserCount = 2; repeated UserInfoInApp _UserInfoList = 3; }