- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
159 B
Protocol Buffer
11 lines
159 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package gatewayprotocol.v1;
|
|
|
|
option swift_prefix = "Gateway";
|
|
|
|
message PrivacyUpdateResponse {
|
|
int32 version = 1;
|
|
bytes content = 2;
|
|
}
|