9 lines
146 B
Protocol Buffer
9 lines
146 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "google/protobuf/timestamp.proto";
|
|
|
|
package com.unity3d.ads.datastore;
|
|
|
|
message ByteStringStore {
|
|
bytes data = 1;
|
|
} |