13 lines
317 B
C
13 lines
317 B
C
|
/*
|
||
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||
|
*
|
||
|
* This source code is licensed under the MIT license found in the
|
||
|
* LICENSE file in the root directory of this source tree.
|
||
|
*/
|
||
|
|
||
|
#import <ComponentKit/CKComponentController.h>
|
||
|
|
||
|
@interface RCTSurfaceHostingComponentController : CKComponentController
|
||
|
|
||
|
@end
|