RAEmptyDataView.h 279 B

123456789101112131415
  1. //
  2. // RAEmptyDataView.h
  3. // UIScrollViewEmpty
  4. //
  5. // Created by Jack on 2018/9/5.
  6. // Copyright © 2018年 United Software Applications. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RAEmptyDataView : UIView
  10. @property (nonatomic,strong) UIView *emptyView;
  11. @end