-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Nick, we are getting warnings if run on xcode 6.
For
@Property (nonatomic, getter = isExecuting) BOOL executing;
@Property (nonatomic, getter = isFinished) BOOL finished;
@Property (nonatomic, getter = isCancelled) BOOL cancelled;
Warning: Auto property synthesis will not synthesize property 'executing' because it is 'readwrite' but it will be synthesized 'readonly' via another property
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels