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