add RATreeView as source
This commit is contained in:
18
doric-iOS/Devkit/Classes/RATreeView/RATableView.h
Normal file
18
doric-iOS/Devkit/Classes/RATreeView/RATableView.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user