// // EmojiPackgeViewController.h // shiku_im // // Created by JayLuo on 2019/12/13. // Copyright © 2019 Reese. All rights reserved. // #import #import "JLFacePackgeModel.h" NS_ASSUME_NONNULL_BEGIN @protocol EmojiPackgeVCDelegate // 发送 - (void)selectEmojiPackgeWithString:(NSString *) str; @end @interface EmojiPackgeViewController : UIViewController @property (nonatomic, weak) iddelegate; @property (nonatomic, strong) JLFacePackgeModel *model; @end NS_ASSUME_NONNULL_END