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