8 lines
128 B
Protocol Buffer
8 lines
128 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: GONDLGCFODB
|
|
message MailTextContent {
|
|
string title = 1;
|
|
string content = 2;
|
|
string sender = 3;
|
|
}
|