KTVCocoaHTTPServer.h 480 B

1234567891011121314151617
  1. //
  2. // KTVCocoaHTTPServer.h
  3. // KTVCocoaHTTPServer
  4. //
  5. // Created by Single on 2017/8/10.
  6. // Copyright © 2017年 Single. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. FOUNDATION_EXPORT double KTVCocoaHTTPServerVersionNumber;
  10. FOUNDATION_EXPORT const unsigned char KTVCocoaHTTPServerVersionString[];
  11. #import <KTVCocoaHTTPServer/HTTPServer.h>
  12. #import <KTVCocoaHTTPServer/HTTPConnection.h>
  13. #import <KTVCocoaHTTPServer/HTTPMessage.h>
  14. #import <KTVCocoaHTTPServer/HTTPResponse.h>