NSSet utilities

Normal version

Prefixed version

Usage

CocoaPods

Use the full library

pod "FunkyObjC"

or one of Interface or PrefixedInterface subpod only

pod "FunkyObjC/Interface"

or

pod "FunkyObjC/PrefixedInterface"

Import

Finally, import with

#import <Funky/NSObject+FunkyUtilities.h>

or

#import <Funky/NSObject+FunkyPrefixedUtilities.h>