diff options
author | Vitaly Takmazov | 2023-05-13 18:17:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-05-14 01:15:35 +0300 |
commit | 312afec3c4fd7f0f51c82c6dc067bc5c89a4c453 (patch) | |
tree | 9f0f0ea47024e3b2cd3f797346db3a4a047e0709 /Juick/Supporting Files | |
parent | ea7006ad743375855fab434f4e6e9caf4274bfb5 (diff) |
BubbleMessageCell conversion
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r-- | Juick/Supporting Files/Juick-Bridging-Header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Supporting Files/Juick-Bridging-Header.h b/Juick/Supporting Files/Juick-Bridging-Header.h index 954d628..f1dc47d 100644 --- a/Juick/Supporting Files/Juick-Bridging-Header.h +++ b/Juick/Supporting Files/Juick-Bridging-Header.h @@ -3,5 +3,6 @@ // #import "UIView+Shimmer.h" #import "Chat.h" +#import "Message.h" #import <UserNotifications/UserNotifications.h> #import "AppDelegate.h" |