Reviewed By: dulmarod Differential Revision: D4217464 fbshipit-source-id: e11d172master
parent
f0bb23bc35
commit
661de290e7
@ -0,0 +1,15 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2016 - present Facebook, Inc.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the BSD style license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree. An additional grant
|
||||||
|
* of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "../../../codetoanalyze/objcpp/linters/componentkit/FakeComponentKitHeader.h"
|
||||||
|
|
||||||
|
@interface SomeClass : CKCompositeComponent
|
||||||
|
@end
|
||||||
|
@implementation SomeClass
|
||||||
|
@end
|
@ -0,0 +1 @@
|
|||||||
|
[]
|
Loading…
Reference in new issue