SmartHttpDns.h 407 Bytes
//
//  Created by jilutao on 2018/3/26.
//  Copyright © 2018年 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>

#if __has_include(<SmartHttpDns/SmartHttpDns.h>)

#import <SmartHttpDns/SMHttpDnsService.h>
#import <SmartHttpDns/SMHttpDnsUtils.h>
#import <SmartHttpDns/SMHttpDnsCacheManager.h>

#else

#import "SMHttpDnsService.h"
#import "SMHttpDnsUtils.h"
#import "SMHttpDnsCacheManager.h"

#endif