mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
774ebd9c12
Summary: Was looking at removing logbox from CoreModules, realized it had a bunch of extra deps. Changelog: [Internal] Reviewed By: rickhanlonii Differential Revision: D21535374 fbshipit-source-id: 2427cc66fa34635b49ac4b4fafaf0b6481f5687d
13 lines
252 B
Objective-C
13 lines
252 B
Objective-C
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RCTLogBox : NSObject
|
|
|
|
@end
|