Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Update frameworks to fix Github Issue #22
Browse files Browse the repository at this point in the history
  • Loading branch information
zenelk committed Mar 23, 2015
1 parent f0abec3 commit e20d9b9
Show file tree
Hide file tree
Showing 20 changed files with 2,275 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typedef void (^RKDeviceResponseBlock)(RKDeviceResponse* response);
-(void) streamCommand:(RKDeviceCommand*) command;
-(void) sendCommand:(RKDeviceCommand *)command;

-(void) addResponseObserver:(id<RKResponseObserver>) observer;
-(void) addResponseObserver:(__weak id<RKResponseObserver>) observer;
-(void) removeResponseObserver:(id<RKResponseObserver>) observer;

-(NSNumber*) connectTimeInSeconds;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
</data>
<key>Headers/RKRobotBase.h</key>
<data>
vWemmZkwdauc2LOsCRVvw3fp4cI=
Vj7za0lKDf1b910TGst9YfFQ9L4=
</data>
<key>Headers/RKRobotNotification.h</key>
<data>
Expand Down Expand Up @@ -897,7 +897,7 @@
</data>
<key>Headers/RKRobotBase.h</key>
<data>
vWemmZkwdauc2LOsCRVvw3fp4cI=
Vj7za0lKDf1b910TGst9YfFQ9L4=
</data>
<key>Headers/RKRobotNotification.h</key>
<data>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
#pragma mark - Responses

/*! add a Response Observer for both command responses and async messages */
-(void) addResponseObserver:(id<RKResponseObserver>) observer;
-(void) addResponseObserver:(__weak id<RKResponseObserver>) observer;

/*! remove a response observer */
-(void) removeResponseObserver:(id<RKResponseObserver>) observer;
Expand Down
Binary file modified samples/_Frameworks_iOS/RobotKit.framework/RobotKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e20d9b9

Please sign in to comment.