|
@@ -14,6 +14,7 @@
|
|
|
|
|
|
@interface MAS_VIEW_CONTROLLER (MASAdditions)
|
|
|
|
|
|
+#if !TARGET_OS_VISION
|
|
|
/**
|
|
|
* following properties return a new MASViewAttribute with appropriate UILayoutGuide and NSLayoutAttribute
|
|
|
*/
|
|
@@ -23,6 +24,7 @@
|
|
|
@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuideBottom NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuideTop NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuideBottom NS_DEPRECATED_IOS(8.0, 11.0);
|
|
|
+#endif
|
|
|
|
|
|
@end
|
|
|
|