Sha256: 4b595244e1a5226c1439543221e1abed016811104e2399e24880174de85512a8
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 Bytes
Contents
// // NSMutableArray+ObjectiveSugar.h // SampleProject // // Created by Marin Usalj on 11/23/12. // Copyright (c) 2012 @mneorr | mneorr.com. All rights reserved. // #import <Foundation/Foundation.h> @interface NSMutableArray (ObjectiveSugar) - (void)push:(id)object; - (id)pop; - (NSArray *)pop:(NSUInteger)numberOfElements; - (void)concat:(NSArray *)array; @end
Version data entries
4 entries across 4 versions & 1 rubygems