QYPOPSessionViewController.h 460 B

1234567891011121314151617181920212223242526
  1. //
  2. // QYSessionViewController.h
  3. // QYSDK
  4. //
  5. // Created by Netease on 12/21/15.
  6. // Copyright (c) 2017 Netease. All rights reserved.
  7. //
  8. #import "QYSessionViewController.h"
  9. /**
  10. * 平台电商专用
  11. */
  12. @interface QYSessionViewController (POP)
  13. /**
  14. * 平台电商店铺Id,不是平台电商不用管
  15. */
  16. @property (nonatomic, copy) NSString *shopId;
  17. /**
  18. * 会话窗口回调
  19. */
  20. @property (nonatomic, weak) id<QYSessionViewDelegate> delegate;
  21. @end