Swiftgram/third-party/RMIntro/platform/ios/RMGLKViewController.h
2017-02-11 17:05:23 +03:00

15 lines
188 B
Objective-C

//
// RMGLKViewController.h
// Intro
//
// Created by Ilya on 04/03/14.
//
//
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
@interface RMGLKViewController : GLKViewController
@end