Files
yuyin_ios/SweetParty/主类/Dynamic/View/SPTrendInsertView.h

24 lines
485 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// SPTrendInsertView.h
// SweetParty
//
// Created by bj_szd on 2022/6/6.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPTrendInsertView : UIView
@property (weak, nonatomic) IBOutlet UITextField *insertTF;
@property (weak, nonatomic) IBOutlet UIButton *commentBtn;
@property (weak, nonatomic) IBOutlet UIButton *zanBtn;
@property (weak, nonatomic) IBOutlet UIButton *sendBtn;
@property(nonatomic, copy)void(^onSendBlock)(void);
@end
NS_ASSUME_NONNULL_END