1234567891011121314151617181920212223 |
- //
- // JXFeedShowView.h
- // shiku_im
- //
- // Created by 123 on 2020/5/26.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXShareAnQuanView : UIView
- +(instancetype)XIBJXShareShowView;
- -(void)showView;
- @property (weak, nonatomic) IBOutlet UIButton *yanzBtn;
- @property (weak, nonatomic) IBOutlet UIButton *konwBtn;
- @property (weak, nonatomic) IBOutlet UITextField *yaoqinTF;
- @end
- NS_ASSUME_NONNULL_END
|