summaryrefslogtreecommitdiff
path: root/Juick/Supporting Files
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r--Juick/Supporting Files/Juick-Bridging-Header.h2
-rw-r--r--Juick/Supporting Files/Juick-Prefix.pch1
2 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 f1dc47d..ff9797d 100644
--- a/Juick/Supporting Files/Juick-Bridging-Header.h
+++ b/Juick/Supporting Files/Juick-Bridging-Header.h
@@ -4,5 +4,7 @@
#import "UIView+Shimmer.h"
#import "Chat.h"
#import "Message.h"
+#import "UIImage+Utils.h"
+#import "NSDate+TimeAgo.h"
#import <UserNotifications/UserNotifications.h>
#import "AppDelegate.h"
diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch
index 957a052..f3fb327 100644
--- a/Juick/Supporting Files/Juick-Prefix.pch
+++ b/Juick/Supporting Files/Juick-Prefix.pch
@@ -20,4 +20,5 @@
#import "UIImage+Utils.h"
#import "UIView+Shimmer.h"
#import "AppDelegate.h"
+ #import "Juick-Swift.h"
#endif