File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
#import < RenderCore/RCAssert.h>
21
21
#import < ComponentKit/CKBuildComponent.h>
22
- #import < ComponentKit/CKComponentScopeHandle.h>
23
22
#import < ComponentKit/CKGlobalConfig.h>
24
23
#import < ComponentKit/CKNonNull.h>
25
24
#import < ComponentKit/CKTreeNode.h>
Original file line number Diff line number Diff line change 14
14
15
15
#import < ComponentKit/CKCollection.h>
16
16
#import < ComponentKit/CKComponentScope.h>
17
- #import < ComponentKit/CKComponentScopeHandle.h>
18
17
#import < ComponentKit/CKComponentScopeRoot.h>
19
18
#import < ComponentKit/CKComponentScopeRootFactory.h>
20
19
#import < ComponentKit/CKComponentProtocol.h>
@@ -43,7 +42,6 @@ - (const char *)typeName
43
42
{ return " " ; }
44
43
+ (RCComponentCoalescingMode)coalescingMode
45
44
{ return RCComponentCoalescingModeNone; }
46
- - (CKComponentScopeHandle *)scopeHandle { return nil ; }
47
45
- (void )buildComponentTree : (CKTreeNode *)parent previousParent : (CKTreeNode *)previousParent params : (const CKBuildComponentTreeParams &)params parentHasStateUpdate : (BOOL )parentHasStateUpdate { }
48
46
- (unsigned int )numberOfChildren { return 0 ; }
49
47
- (id <CKComponentProtocol>)childAtIndex : (unsigned int )index { return nil ; }
@@ -65,7 +63,6 @@ - (const char *)typeName
65
63
{ return " " ; }
66
64
+ (RCComponentCoalescingMode)coalescingMode
67
65
{ return RCComponentCoalescingModeNone; }
68
- - (CKComponentScopeHandle *)scopeHandle { return nil ; }
69
66
- (void )buildComponentTree : (CKTreeNode *)parent previousParent : (CKTreeNode *)previousParent params : (const CKBuildComponentTreeParams &)params parentHasStateUpdate : (BOOL )parentHasStateUpdate { }
70
67
- (id <CKComponentProtocol>)childAtIndex : (unsigned int )index { return nil ; }
71
68
- (CKTreeNode *)treeNode { return nil ; }
You can’t perform that action at this time.
0 commit comments