// // RQHandInThePaperView.h // SDJK // // Created by 张嵘 on 2021/8/24. // #import NS_ASSUME_NONNULL_BEGIN @interface RQHandInThePaperView : UIView @property (weak, nonatomic) IBOutlet UIButton *handInThePaperBtn; + (instancetype)handInThePaperView; @end NS_ASSUME_NONNULL_END