Skip to content

Commit

Permalink
iOS Example fix for iOSNativeARCExample
Browse files Browse the repository at this point in the history
- Fixes missing ofAppiOSWindow import
  • Loading branch information
danoli3 committed Nov 19, 2015
1 parent 97d1096 commit d2eec5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -5,6 +5,7 @@

#import "CircleAppViewController.h"
#import "ofxiOSExtras.h"
#import "ofAppiOSWindow.h"

@implementation CircleAppViewController

Expand Down
Expand Up @@ -5,6 +5,7 @@

#import "ImageAppViewController.h"
#import "ofxiOSExtras.h"
#import "ofAppiOSWindow.h"

@implementation ImageAppViewController

Expand Down
Expand Up @@ -5,6 +5,7 @@

#import "SquareAppViewController.h"
#import "ofxiOSExtras.h"
#import "ofAppiOSWindow.h"

@implementation SquareAppViewController

Expand Down
Expand Up @@ -5,6 +5,7 @@

#import "TriangleAppViewController.h"
#import "ofxiOSExtras.h"
#import "ofAppiOSWindow.h"

@implementation TriangleAppViewController

Expand Down

0 comments on commit d2eec5a

Please sign in to comment.