add RATreeView as source

This commit is contained in:
王劲鹏
2021-07-16 15:03:23 +08:00
committed by osborn
parent 91e72eddb2
commit 502d731489
32 changed files with 3636 additions and 2 deletions

View 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