Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Synthesis of executing and finished for iOS 8 #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ChimpKit3/ChimpKitRequest.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ @interface ChimpKitRequest ()
@implementation ChimpKitRequest

@synthesize headerFields = _headerFields;

@synthesize executing = _executing;
@synthesize finished = _finished;

#pragma mark - Properites

Expand Down