5 lines
123 B
Protocol Buffer
5 lines
123 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message AllWidgetBackgroundActiveStateNotify {
|
|
repeated uint32 background_active_widget_list = 4;
|
|
}
|