CYWebCustomerServiceVC.h 328 B

12345678910111213141516171819202122
  1. //
  2. // CYWebCustomerServiceVC.h
  3. // shiku_im
  4. //
  5. //
  6. //
  7. //
  8. #import "JXTableViewController.h"
  9. #import "admobViewController.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface CYWebCustomerServiceVC : admobViewController
  12. @property (nonatomic,copy) NSString *titleName;
  13. @property (nonatomic,copy) NSString *link;
  14. @end
  15. NS_ASSUME_NONNULL_END