fix:pod validation error

This commit is contained in:
pengfei.zhou 2021-07-21 20:28:23 +08:00 committed by osborn
parent 73efa3b424
commit 766154494b

View File

@ -20,6 +20,8 @@
#import "RATreeNodeItem.h"
@protocol RATreeNodeItemDataSource;
@interface RATreeNodeItem ()
@property(nonatomic, strong) id item;