// // transferPopViews.h // FireBoltt // // Created by ecell on 2023/3/15. // Copyright © 2023 Sheldon. All rights reserved. // #import #import "UIViewExt.h" #define SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width #define SCREEN_HEIGHT [UIScreen mainScreen].bounds.size.height NS_ASSUME_NONNULL_BEGIN @interface transferPopViews : UIView - (void)subPopView; - (void)dismiss; @property (nonatomic ,strong) UILabel *numberLabel; @property (nonatomic ,strong) UILabel *msgLabel; @end NS_ASSUME_NONNULL_END