jellyflood/Frameworks/GoogleCastSDK.xcframework/ios-arm64/GoogleCast.framework/Headers/GCKSessionOptions.h

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;