#import <UIKit/UIKit.h> @interface TileViewController : UIViewController - (instancetype)initWithImageNames:(NSArray *)imageNames; @end