10 lines
150 B
Protocol Buffer
10 lines
150 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "SKBuiltinString_t.proto";
|
||
|
|
||
|
message DelChatContact {
|
||
|
required SKBuiltinString_t _UserName = 1;
|
||
|
}
|