mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-13 09:20:50 +08:00
Summary: Missed in D14434796. We'll think of adding a lint rule in open source for this separately. Reviewed By: rubennorte Differential Revision: D14477475 fbshipit-source-id: 9002d9a7feadcb42f84031f21ad23c481ac304e3
12 lines
275 B
Objective-C
12 lines
275 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 <React/RCTViewManager.h>
|
|
|
|
@interface ScreenshotManager : RCTViewManager
|
|
@end
|