libextobjc icon indicating copy to clipboard operation
libextobjc copied to clipboard

Compiler Error use @synthesizeAssociation in @safecategory

Open davidfuzju opened this issue 8 years ago • 3 comments

#import "NSHTTPURLResponse+YTNetworkMethods.h"

#import <objc/runtime.h>

@safecategory(NSHTTPURLResponse, YTNetworkMethods)

@synthesizeAssociation(NSHTTPURLResponse, responsePlainBody)

@end

I got this compiler Error

Property declared in category 'YTNetworkMethods' cannot be implemented in class implementation

davidfuzju avatar Apr 28 '16 09:04 davidfuzju