Files
yuyin_ios/SweetParty/主类/Dynamic/View/SPTrendInsertView.h
2025-08-08 11:05:33 +08:00

24 lines
485 B
Objective-C
Executable File

//
// 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