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

18 lines
358 B
Mathematica
Raw Normal View History

2018-02-12 17:26:06 +00:00
// 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)