I\'m developing an iOS application that needs to deploy to iOS 3.1.3. I need to extend some of the functionality of the NSData class and am using the following code inside N
Have you #imported the header file for your category? I know it sounds simple, but I forget nearly every time.
#import