This repository has been archived by the owner. It is now read-only.
Permalink
* Logos: fix registeredDomain crash * Fixing logo db crashes CLIQZ-IOS-1657
22 lines (15 sloc)
481 Bytes
| #ifndef Client_Client_Bridging_Header_h | |
| #define Client_Client_Bridging_Header_h | |
| #import <Foundation/Foundation.h> | |
| #import <CommonCrypto/CommonCrypto.h> | |
| #import "FSReadingList.h" | |
| #import "Try.h" | |
| #import "ThirdParty/UIImageViewAligned/UIImageViewAligned.h" | |
| #import "ThirdParty/Apple/UIImage+ImageEffects.h" | |
| /* Cliqz: Remove BuddyBuildSDK | |
| #import <BuddyBuildSDK/BuddyBuildSDK.h> | |
| */ | |
| #import "Shared-Bridging-Header.h" | |
| #import "Storage-Bridging-Header.h" | |
| #import "ObjC.h" | |
| #endif |