We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2651726 + b3518b5 commit 5fd4fbcCopy full SHA for 5fd4fbc
Sources/Model/ObjC/Common/TracksDeviceInformation.m
@@ -21,8 +21,10 @@ @interface TracksDeviceInformation ()
21
@property (nonatomic, assign) BOOL isReachableByWiFi;
22
@property (nonatomic, assign) BOOL isReachableByWWAN;
23
24
+#if TARGET_OS_IPHONE
25
@property (nonatomic, assign) UIDeviceOrientation lastKnownDeviceOrientation;
26
@property (nonatomic, strong) NSString *lastKnownPreferredContentSizeCategory;
27
+#endif
28
29
@end
30
0 commit comments