// // ViewController.h // Gomoku // // Created by Sekorm on 16/7/25. // Copyright © 2016年 HY. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end