Skip to content

Commit 4c93b37

Browse files
committed
Remove unnecessary @synthesize directives.
1 parent b253e8d commit 4c93b37

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

AFHTTPClientLogger.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ @interface AFHTTPClientLogger ()
3838

3939
@implementation AFHTTPClientLogger
4040

41-
@synthesize baseURLString = _baseURLString;
42-
@synthesize requestStartFormatBlock = _requestStartFormatBlock;
43-
@synthesize requestFinishFormatBlock = _requestFinishFormatBlock;
44-
@synthesize enabled = _enabled;
45-
@synthesize level = _level;
46-
4741
- (instancetype)initWithBaseURL:(NSURL *)baseURL {
4842
if ((self = [super init])) {
4943
self.baseURLString = [baseURL absoluteString];

0 commit comments

Comments
 (0)