HomeHubSearchFailViewController.m 430 B

12345678910111213141516171819202122232425262728
  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. - (void)didReceiveMemoryWarning {
  16. [super didReceiveMemoryWarning];
  17. }
  18. @end