- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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;
|
|
} |