13 lines
242 B
Protocol Buffer
13 lines
242 B
Protocol Buffer
|
// Extracted from: Spotify 1.1.73.517 (macOS)
|
||
|
|
||
|
syntax = "proto2";
|
||
|
|
||
|
package spotify.collection_cosmos.changes_request.proto;
|
||
|
|
||
|
option objc_class_prefix = "SPTCollectionCosmosChanges";
|
||
|
option optimize_for = CODE_SIZE;
|
||
|
|
||
|
message Response {
|
||
|
|
||
|
}
|