Init
This commit is contained in:
35
RakNet_IOS_XCode/RakNetTest/RKNViewController.m
Normal file
35
RakNet_IOS_XCode/RakNetTest/RKNViewController.m
Normal file
@ -0,0 +1,35 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oculus VR, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* RakNet License.txt file in the licenses directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
|
||||
*
|
||||
*/
|
||||
|
||||
//
|
||||
// RKNViewController.m
|
||||
// RakNetTest
|
||||
|
||||
#import "RKNViewController.h"
|
||||
|
||||
@interface RKNViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation RKNViewController
|
||||
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
{
|
||||
[super didReceiveMemoryWarning];
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user