HmV4.m 369 B

123456789101112131415161718192021222324252627
  1. //
  2. // HmV4.m
  3. // jiaPei
  4. //
  5. // Created by apple on 15/11/15.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. //
  8. #import "HmV4.h"
  9. @interface HmV4 ()
  10. @end
  11. @implementation HmV4
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. }
  15. - (void)didReceiveMemoryWarning {
  16. [super didReceiveMemoryWarning];
  17. // Dispose of any resources that can be recreated.
  18. }
  19. @end