diff options
author | Vitaly Takmazov | 2023-05-13 17:41:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-05-14 01:15:35 +0300 |
commit | cc94c2555c22cd51722034ac1ff02a0c041653c4 (patch) | |
tree | eeca6f34f9d8d36c7066b1d1f1d78f2d657bead7 /Juick/Supporting Files | |
parent | 773754148b7006140963dcebfab21766b6f1c6fb (diff) |
ConversationCell.{h,m} -> ConversationCell.swift
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r-- | Juick/Supporting Files/Juick-Bridging-Header.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/Supporting Files/Juick-Bridging-Header.h b/Juick/Supporting Files/Juick-Bridging-Header.h index 5dfa23b..954d628 100644 --- a/Juick/Supporting Files/Juick-Bridging-Header.h +++ b/Juick/Supporting Files/Juick-Bridging-Header.h @@ -2,3 +2,6 @@ // Use this file to import your target's public headers that you would like to expose to Swift. // #import "UIView+Shimmer.h" +#import "Chat.h" +#import <UserNotifications/UserNotifications.h> +#import "AppDelegate.h" |