3 #import <GoogleCast/GCKDefines.h> 5 #import <Foundation/Foundation.h> 9 GCK_ASSUME_NONNULL_BEGIN
20 @property(nonatomic, copy, readwrite) NSArray<GCKMultizoneDevice *> *
devices;
23 - (instancetype)initWithJSONObject:(
id)JSONObject;
26 - (instancetype)initWithDevices:(NSArray<GCKMultizoneDevice *> *)
devices;
30 GCK_ASSUME_NONNULL_END
The status of a multizone group.
Definition: GCKMultizoneStatus.h:17
NSArray< GCKMultizoneDevice * > * devices
The member devices of the multizone group.
Definition: GCKMultizoneStatus.h:20
A member device of a multizone group.
Definition: GCKMultizoneDevice.h:15