RATableView.h 321 B

123456789101112131415161718
  1. //
  2. // RATableView.h
  3. // Pods
  4. //
  5. // Created by Rafal Augustyniak on 15/11/15.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RATableView : UITableView
  10. @property (nonatomic, nullable, weak) id<UITableViewDelegate> tableViewDelegate;
  11. @property (nonatomic, nullable, weak) id<UIScrollViewDelegate> scrollViewDelegate;
  12. @end