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