// // chatpopView.h // AIIM // // Created by gan on 2025/4/9. // #ifndef chatpopView_h #define chatpopView_h #endif /* chatpopView_h */ #import @protocol chatpopViewDelegate @optional - (void)actionNote:(NSString *_Nullable)note; @end @interface chatpopView : UIView @property (nonatomic,weak) id delegate; @end