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 "ABI48_0_0RCTWrapperExampleViewController.h" 9 10#import <ABI48_0_0RCTWrapper/ABI48_0_0RCTWrapper.h> 11 12#import "ABI48_0_0RCTWrapperExampleView.h" 13 14@implementation ABI48_0_0RCTWrapperExampleViewController 15 16- (void)loadView 17{ 18 self.view = [ABI48_0_0RCTWrapperExampleView new]; 19} 20 21@end 22 23ABI48_0_0RCT_WRAPPER_FOR_VIEW_CONTROLLER(ABI48_0_0RCTWrapperExampleViewController) 24