HomeHubSearchFailViewController.m 533 B

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