TCShowHost.h 197 B

12345678910111213
  1. //
  2. // TCShowHost.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 2016/12/8.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface TCShowHost : IMAHost
  10. @end