Skip to content

Instantly share code, notes, and snippets.

@jwhitehorn
Created March 1, 2018 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwhitehorn/066e22129a647cdb57f4dc0e108f669a to your computer and use it in GitHub Desktop.
Save jwhitehorn/066e22129a647cdb57f4dc0e108f669a to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface NSArray (Construction)
+ (NSArray *) arrayWith:(int)count copiesOf:(NSString *)str;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment