Revision: 27726
http://sourceforge.net/p/bibdesk/svn/27726
Author: hofman
Date: 2022-07-13 09:22:06 +0000 (Wed, 13 Jul 2022)
Log Message:
-----------
predeclare enum
Modified Paths:
--------------
trunk/bibdesk/BDSKResizeView.m
Modified: trunk/bibdesk/BDSKResizeView.m
===================================================================
--- trunk/bibdesk/BDSKResizeView.m 2022-07-13 09:16:20 UTC (rev 27725)
+++ trunk/bibdesk/BDSKResizeView.m 2022-07-13 09:22:06 UTC (rev 27726)
@@ -40,9 +40,17 @@
#if SDK_BEFORE(10_10)
+
@interface NSObject (BDSKYosemiteDeclarations)
- (BOOL)isAccessibilitySelectorAllowed:(SEL)selector;
@end
+
+typedef NS_ENUM(NSInteger, NSAccessibilityOrientation) {
+ NSAccessibilityOrientationUnknown,
+ NSAccessibilityOrientationVertical,
+ NSAccessibilityOrientationHorizontal
+};
+
#endif
@implementation BDSKResizeView
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit