mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-01 12:56:19 +03:00
5 lines
69 B
Protocol Buffer
5 lines
69 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package foo_bar;
|
|
|
|
message TestImportedMessage {}
|