mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
15 lines
188 B
Objective-C
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
|