// // RQCountdownView.m // JSJP // // Created by 张嵘 on 2021/8/24. // #import "RQCountdownView.h" @interface RQCountdownView () @end @implementation RQCountdownView + (instancetype)countdownView { return [super rq_viewFromXib]; } - (void)awakeFromNib { [super awakeFromNib]; } @end