1/*
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8#import "ABI47_0_0RCTWrapperExampleViewController.h"
9
10#import <ABI47_0_0RCTWrapper/ABI47_0_0RCTWrapper.h>
11
12#import "ABI47_0_0RCTWrapperExampleView.h"
13
14@implementation ABI47_0_0RCTWrapperExampleViewController
15
16- (void)loadView {
17  self.view = [ABI47_0_0RCTWrapperExampleView new];
18}
19
20@end
21
22ABI47_0_0RCT_WRAPPER_FOR_VIEW_CONTROLLER(ABI47_0_0RCTWrapperExampleViewController)
23