9 lines
118 B
Protocol Buffer
9 lines
118 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message SnsADObjectOpDeleteComment {
|
|
required uint64 _CommentId = 1;
|
|
}
|