pebble/third_party/nanopb/examples/cmake_relpath/proto/sub/unlucky.proto

6 lines
75 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto2";
message UnluckyNumber {
required uint32 number = 1;
}