HappyDNS-umbrella.h 831 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "QNAssessment.h"
  13. #import "QNIpModel.h"
  14. #import "QNDnsManager.h"
  15. #import "QNDomain.h"
  16. #import "QNLruCache.h"
  17. #import "QNNetworkInfo.h"
  18. #import "QNRecord.h"
  19. #import "QNResolverDelegate.h"
  20. #import "HappyDNS.h"
  21. #import "QNDnspodEnterprise.h"
  22. #import "QNDnspodFree.h"
  23. #import "QNHijackingDetectWrapper.h"
  24. #import "QNHosts.h"
  25. #import "QNResolver.h"
  26. #import "QNResolvUtil.h"
  27. #import "QNTxtResolver.h"
  28. #import "QNRefresher.h"
  29. #import "QNDes.h"
  30. #import "QNGetAddrInfo.h"
  31. #import "QNHex.h"
  32. #import "QNIP.h"
  33. #import "QNMD5.h"
  34. FOUNDATION_EXPORT double HappyDNSVersionNumber;
  35. FOUNDATION_EXPORT const unsigned char HappyDNSVersionString[];