9 lines
115 B
Protocol Buffer
9 lines
115 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message SnsObjectOpDeleteComment {
|
|
required int32 _CommentId = 1;
|
|
}
|