HomeHubSearchSuccessViewController.m 618 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 HomeHubSearchTableViewCell
  13. @end
  14. @implementation HomeHubSearchSuccessViewController
  15. - (void)viewDidLoad {
  16. [super viewDidLoad];
  17. }
  18. - (IBAction)btnCancelTouched:(id)sender {
  19. }
  20. - (IBAction)btnNextTouched:(id)sender {
  21. }
  22. - (void)didReceiveMemoryWarning {
  23. [super didReceiveMemoryWarning];
  24. }
  25. @end