10 lines
139 B
Protocol Buffer
10 lines
139 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "CardListItem.proto";
|
|
|
|
message CardListItems {
|
|
repeated CardListItem _CardList = 1;
|
|
}
|