This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-iOS/Devkit/Classes/RATreeView/RATableView.h

19 lines
321 B
C
Raw Normal View History

2021-07-16 15:03:23 +08:00
//
// RATableView.h
// Pods
//
// Created by Rafal Augustyniak on 15/11/15.
//
//
#import <UIKit/UIKit.h>
@interface RATableView : UITableView
@property (nonatomic, nullable, weak) id<UITableViewDelegate> tableViewDelegate;
@property (nonatomic, nullable, weak) id<UIScrollViewDelegate> scrollViewDelegate;
@end