14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
//
|
||
// CustomGLKView.m
|
||
// doublehitballs
|
||
//
|
||
// Created by vvv ооо on 15.07.12.
|
||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
||
//
|
||
|
||
#import "CustomGLKView.h"
|
||
|
||
@implementation CustomGLKView
|
||
|
||
@end
|