mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-28 00:56:20 +00:00
6 lines
97 B
Protocol Buffer
6 lines
97 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message SnackbarMessage {
|
|
optional int32 id = 1;
|
|
} |