Parse and remember the IsHdrSupported app attribute

This commit is contained in:
Cameron Gutman
2018-06-02 12:32:12 -07:00
parent 2cec53ab6b
commit 59506a2364
5 changed files with 15 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@
@property (nullable, nonatomic, retain) NSString *id;
@property (nullable, nonatomic, retain) NSData *image;
@property (nullable, nonatomic, retain) NSString *name;
@property (nonatomic) BOOL hdrSupported;
@property (nullable, nonatomic, retain) TemporaryHost *host;
NS_ASSUME_NONNULL_BEGIN