mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
13
submodules/LegacyComponents/Sources/TGPassportScanView.h
Normal file
13
submodules/LegacyComponents/Sources/TGPassportScanView.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class TGPassportMRZ;
|
||||
|
||||
@interface TGPassportScanView : UIView
|
||||
|
||||
@property (nonatomic, copy) void (^finishedWithMRZ)(TGPassportMRZ *);
|
||||
|
||||
- (void)start;
|
||||
- (void)stop;
|
||||
- (void)pause;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user