GT2/GT2-Android/node_modules/react-native/Libraries/Wrapper/Example/RCTWrapperExampleViewContro...

18 lines
358 B
Mathematica
Raw Normal View History

// Copyright 2004-present Facebook. All Rights Reserved.
#import "RCTWrapperExampleViewController.h"
#import <RCTWrapper/RCTWrapper.h>
#import "RCTWrapperExampleView.h"
@implementation RCTWrapperExampleViewController
- (void)loadView {
self.view = [RCTWrapperExampleView new];
}
@end
RCT_WRAPPER_FOR_VIEW_CONTROLLER(RCTWrapperExampleViewController)