-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBridging_Header.h
More file actions
39 lines (30 loc) · 1.14 KB
/
Bridging_Header.h
File metadata and controls
39 lines (30 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//
// Bridging_Header.h
// ImageGallery
//
// Created by Suresh on 4/6/16.
// Copyright © 2016 Suresh. All rights reserved.
//
#ifndef Bridging_Header_h
#define Bridging_Header_h
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <Security/Security.h>
#import <MobileCoreServices/MobileCoreServices.h>
#import <CoreGraphics/CoreGraphics.h>
#import <QuartzCore/QuartzCore.h>
#import "Pods/AFNetworking/AFNetworking/AFNetworking.h"
#import "Pods/AFNetworking/AFNetworking/AFNetworkReachabilityManager.h"
#import "Pods/SDWebImage/SDWebImage/UIImageView+WebCache.h"
#import "Pods/SDWebImage/SDWebImage/SDWebImagePrefetcher.h"
//Imgur api library
#import "ImageGallery/ImgurSession/IMGSession.h"
#import "ImageGallery/ImgurSession/Requests/IMGGalleryRequest.h"
#import "ImageGallery/ImgurSession/Models/IMGGalleryImage.h"
#import "ImageGallery/ImgurSession/Models/IMGObject.h"
#import "ImageGallery/ImgurSession/Models/IMGBasicAlbum.h"
#import "ImageGallery/ImgurSession/Models/IMGGalleryAlbum.h"
//Carousel library
#import "ImageGallery/iCarousel/iCarousel.h"
#endif /* Bridging_Header_h */