From c4d730d7252a05ed76c2d415aeae42690df29a2d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 1 Aug 2016 23:54:27 +0900 Subject: [PATCH] Updated iOS (markdown) --- iOS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/iOS.md b/iOS.md index 7545c1b..b0f7e24 100644 --- a/iOS.md +++ b/iOS.md @@ -20,6 +20,14 @@ The below implementation implements a GLKView class and its Renderer class. When For an actual example, see [go-inovation's ViewController.m](https://github.com/hajimehoshi/go-inovation/blob/master/mobile/ios/goinovation/ViewController.m). +```objective-c +#import +#import + +@interface ViewController : UIViewController +@end +``` + ```objective-c #import "ViewController.h"