Skip to content

Commit dceca0a

Browse files
author
Reid Main
committed
Updated CardIOVideoStream's delegate to be a UIResponder to fix a Xcode 8 compiler error.
1 parent 4493b60 commit dceca0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/CardIOVideoStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
@property(nonatomic, strong, readwrite) CardIOConfig *config;
4545
@property(nonatomic, assign, readonly) BOOL running;
46-
@property(nonatomic, weak, readwrite) id<CardIOVideoStreamDelegate> delegate;
46+
@property(nonatomic, weak, readwrite) UIResponder<CardIOVideoStreamDelegate> *delegate;
4747
#if SIMULATE_CAMERA
4848
@property(nonatomic, strong, readonly) CALayer *previewLayer;
4949
#else

0 commit comments

Comments
 (0)