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

Commit

Permalink
Merge pull request #70 from reidmain/reid/xcode-8
Browse files Browse the repository at this point in the history
Updated CardIOVideoStream's delegate to be a UIResponder to fix Xcode 8 compiler error
  • Loading branch information
bluk committed Aug 16, 2016
2 parents 56eb6eb + dceca0a commit ba8e643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CardIOVideoStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

@property(nonatomic, strong, readwrite) CardIOConfig *config;
@property(nonatomic, assign, readonly) BOOL running;
@property(nonatomic, weak, readwrite) id<CardIOVideoStreamDelegate> delegate;
@property(nonatomic, weak, readwrite) UIResponder<CardIOVideoStreamDelegate> *delegate;
#if SIMULATE_CAMERA
@property(nonatomic, strong, readonly) CALayer *previewLayer;
#else
Expand Down

0 comments on commit ba8e643

Please sign in to comment.