// // RAEmptyView.h // Apex And Drivers // // Created by Jack on 2018/9/5. // Copyright © 2018年 USAI. All rights reserved. // #import @interface RAEmptyView : UIView + (instancetype)emptyViewWithTapBlk:(void(^)(id sender))tapEmptyBlk; @end