// // RAEmptyDataView.h // UIScrollViewEmpty // // Created by Jack on 2018/9/5. // Copyright © 2018年 United Software Applications. All rights reserved. // #import @interface RAEmptyDataView : UIView @property (nonatomic,strong) UIView *emptyView; @end