propresenter-php/php/proto/proApiV1Size.proto
2026-03-01 16:12:17 +01:00

14 lines
236 B
Protocol Buffer
Executable file

syntax = "proto3";
package rv.data;
option cc_enable_arenas = true;
option csharp_namespace = "Pro.SerializationInterop.RVProtoData";
option swift_prefix = "RVData_";
message API_v1_Size {
uint32 width = 1;
uint32 height = 2;
}