mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
6 lines
69 B
Protocol Buffer
6 lines
69 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package foo_bar;
|
||
|
|
||
|
message TestImportedMessage {}
|