blob: b017f486697f2e050828ee5fa3211b7e0837d919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// ViewController.h
// cakeside-ios
//
// Created by mo khan on 2013-07-14.
// Copyright (c) 2013 mo khan. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|