You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
296 B

//
// NSMutableArray+convenience.h
//
// Created by in 't Veen Tjeerd on 5/10/12.
// Copyright (c) 2012 Vurig Media. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSMutableArray (Convenience)
- (void)moveObjectFromIndex:(NSUInteger)from toIndex:(NSUInteger)to;
@end