HomeHubUpdateGuideViewController.m 534 B

1234567891011121314151617181920212223242526272829303132333435
  1. //
  2. // HomeHubUpdateGuideViewController.m
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 5. 11..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "HomeHubUpdateGuideViewController.h"
  9. @interface HomeHubUpdateGuideViewController ()
  10. @end
  11. @implementation HomeHubUpdateGuideViewController
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. }
  15. - (IBAction)btnConfirmTouched:(id)sender {
  16. }
  17. - (IBAction)btnCancelTouched:(id)sender {
  18. }
  19. - (void)didReceiveMemoryWarning {
  20. [super didReceiveMemoryWarning];
  21. }
  22. @end