Files
Ash_AWord/Ash_AWord/ViewController.m
T
2015-03-26 09:54:51 +08:00

28 lines
488 B
Objective-C

//
// ViewController.m
// Ash_AWord
//
// Created by xmfish on 15/3/26.
// Copyright (c) 2015年 ash. All rights reserved.
//
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end