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
2021-07-21 19:32:31 +08:00

19 lines
321 B
Objective-C

//
// 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