// // PCSAutherView.h // LenzSDK // // Created by lr on 2023/4/11. // #import NS_ASSUME_NONNULL_BEGIN typedef NS_ENUM(NSInteger, PCSAuthType) { PCSAuthPhoneAndMir, PCSAuthPhone, PCSAuthMir }; @interface PCSAutherView : UIView - (void)showAutherWith:(PCSAuthType)type; @end NS_ASSUME_NONNULL_END