14 lines
281 B
Objective-C
Executable File
14 lines
281 B
Objective-C
Executable File
// Copyright 2016 Google Inc.
|
|
|
|
#import <GoogleCast/GCKCommon.h>
|
|
#import <GoogleCast/GCKDefines.h>
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
/**
|
|
* A dictionary for specifying session options.
|
|
*
|
|
* @since 4.0
|
|
*/
|
|
typedef NSDictionary<NSString *, NSObject<NSCoding> *> GCKSessionOptions;
|