HomeHubWifiSearchSuccessViewController.m 611 B

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