ios protobuf 3.0协议处理

2016-10-17  本文已影响684人  iOS_成才录
syntax = "proto3";
message ResponseResult {
     int32 code = 1;
     string error = 2;
     string error_description = 3;
}
上一篇 下一篇

猜你喜欢

热点阅读