X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Categories%2FNSMutableArray%2BMoveObject.h;fp=Categories%2FNSMutableArray%2BMoveObject.h;h=c1c60d28a466b41615a84baf068405023645b5b1;hp=0000000000000000000000000000000000000000;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/Categories/NSMutableArray+MoveObject.h b/Categories/NSMutableArray+MoveObject.h new file mode 100644 index 0000000..c1c60d2 --- /dev/null +++ b/Categories/NSMutableArray+MoveObject.h @@ -0,0 +1,15 @@ +// +// NSMutableArray+MoveObject.h +// Enjoyable +// +// Created by Joe Wreschnig on 3/7/13. +// +// + +#import + +@interface NSMutableArray (MoveObject) + +- (void)moveObjectAtIndex:(NSUInteger)src toIndex:(NSUInteger)dst; + +@end