We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4493b60 commit dceca0aCopy full SHA for dceca0a
Classes/CardIOVideoStream.h
@@ -43,7 +43,7 @@
43
44
@property(nonatomic, strong, readwrite) CardIOConfig *config;
45
@property(nonatomic, assign, readonly) BOOL running;
46
-@property(nonatomic, weak, readwrite) id<CardIOVideoStreamDelegate> delegate;
+@property(nonatomic, weak, readwrite) UIResponder<CardIOVideoStreamDelegate> *delegate;
47
#if SIMULATE_CAMERA
48
@property(nonatomic, strong, readonly) CALayer *previewLayer;
49
#else
0 commit comments