Browse Source

Switched over to using the @import syntax.

Christian Noon 9 years ago
parent
commit
f0215bae71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Alamofire.h

+ 1 - 1
Source/Alamofire.h

@@ -20,7 +20,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#import <Foundation/Foundation.h>
+@import Foundation;
 
 FOUNDATION_EXPORT double AlamofireVersionNumber;
 FOUNDATION_EXPORT const unsigned char AlamofireVersionString[];