XYNoDataView.h 273 B

123456789101112131415
  1. //
  2. // XYNoDataView.h
  3. // XYTableViewNoDataViewDemo
  4. //
  5. // Created by 韩元旭 on 2017/11/3.
  6. // Copyright © 2017年 韩元旭. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. extern NSString * const kXYNoDataViewObserveKeyPath;
  10. @interface XYNoDataView : UIView
  11. @end