Initial Mac support in CMake configuration

This commit is contained in:
Mike Gelfand
2016-09-10 20:08:58 +03:00
parent 87885bdca7
commit b6d2649ddc
13 changed files with 814 additions and 6 deletions

View File

@@ -20,6 +20,8 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#import <Foundation/Foundation.h>
@interface NSMutableArray (NSMutableArrayAdditions)
- (void) moveObjectAtIndex: (NSUInteger) fromIndex toIndex: (NSUInteger) toIndex;