// // FullScreenScanViewController.h // alipayScanSDKDemo // // Created by zikong on 2021/7/12. // Copyright © 2021 satyso. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface FullScreenScanViewController : TBScanViewController - (instancetype)initWithCallback:(MPModuleKeepAliveCallback)callback; - (instancetype)initWithAnimationRect:(CGRect)animationRect delegate:(id)delegate; @end NS_ASSUME_NONNULL_END