AFNetworking/Example/tvOS Example/AFNetworking tvOS Example-Bridging-Header.h
Kevin Harwood 01f6aed22a - Removed support for NSURLConnection based API's
- Simplified example project to include all targets
- Added support for tvOS
2015-10-02 14:09:47 -05:00

7 lines
197 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <CommonCrypto/CommonCrypto.h>
#import "AFNetworking.h"
#import "UIKit+AFNetworking.h"