HomeHubSearchSuccessViewController.m 471 B

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