// // HmV4.m // jiaPei // // Created by apple on 15/11/15. // Copyright (c) 2015年 JCZ. All rights reserved. // #import "HmV4.h" @interface HmV4 () @end @implementation HmV4 - (void)viewDidLoad { [super viewDidLoad]; } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. } @end