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

20 lines
338 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_";
import "slide.proto";
message ProMask {
.rv.data.Slide base_slide = 1;
string name = 2;
}
message MaskCollection {
repeated .rv.data.ProMask collection = 1;
}