[CK][Linter Rule] Fix Component Kit Unconventional Superclass tests

Reviewed By: jeremydubreil

Differential Revision: D13433010

fbshipit-source-id: 81e16009d
master
Fabio Milano 6 years ago committed by Facebook Github Bot
parent 220d29766d
commit 72f6540893

@ -58,3 +58,11 @@ class CKComponentScope {
CKComponentScope(const CKComponentScope&) = delete;
CKComponentScope& operator=(const CKComponentScope&) = delete;
};
// Mimic importing CKRenderComponent
@interface CKRenderComponent : CKComponent
@end
// Mimic importing CKRenderWithChildrenComponent
@interface CKRenderWithChildrenComponent : CKComponent
@end

Loading…
Cancel
Save