VoiceLiveTopView.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. //
  2. // PublishLiveTopView.h
  3. // BuguLive
  4. //
  5. // Created by xgh on 2017/8/24.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseView.h"
  9. #import <QMUIButton.h>
  10. #import "PublishLiveTopView.h"
  11. //@class PublishLiveTopView;
  12. //@protocol PublishLiveTopDelegate <NSObject>
  13. //
  14. //- (void)selectedTheClassirmAction;
  15. //
  16. //- (void)closeThePublishLive:(PublishLiveTopView *)topView;
  17. //
  18. //- (void)ispracychangeActionDelegate:(BOOL)ispraicy;
  19. //
  20. //- (void)clickPasswordActionDelegate:(BOOL)password;
  21. //
  22. //- (void)clickShopActionDelegate:(BOOL)shop;
  23. //
  24. //- (void)classifyButtonActionDelegate;
  25. //@end
  26. @interface VoiceLiveTopView : BGBaseView<UITextFieldDelegate>
  27. @property (nonatomic, assign)BOOL isCanLocation;
  28. @property (nonatomic, assign)BOOL pravicy;
  29. @property (nonatomic, assign)BOOL isShop;
  30. @property (nonatomic, weak) id<PublishLiveTopDelegate>delegate;
  31. @property (nonatomic, strong)QMUIButton *locationBtn;
  32. @property (nonatomic, strong)QMUIButton *pravicyBtn;
  33. @property (nonatomic, strong)QMUIButton *classifyBtn;
  34. @property (nonatomic, strong)QMUIButton *passwordBtn;
  35. @property(nonatomic, strong) NSString *password;
  36. @property (nonatomic, strong)QMUIButton *closeBtn;
  37. @property (nonatomic, strong)QMUIButton *announcement;
  38. @property (nonatomic, copy)NSString *locationCityString;
  39. @property (nonatomic, copy)NSString *provinceSrting;
  40. @property(nonatomic, strong) QMUIButton *shopBtn;
  41. @property(nonatomic, strong) NSString *announcement_str;
  42. @end