HomeHubSearchSuccessViewController.m 568 B

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