Update installation.md

This commit is contained in:
Hannah Troisi
2016-04-20 16:12:13 -07:00
parent 6232492550
commit 7219d32a2f

View File

@@ -23,6 +23,7 @@ Copy the project to your codebase manually, adding `AsyncDisplayKit.xcodeproj` t
###Importing AsyncDisplayKit
Import the framework header, or create an <a href="https://developer.apple.com/library/ios/documentation/swift/conceptual/buildingcocoaapps/MixandMatch.html">Objective-C bridging header</a> if you're using **Swift**:
```objective-c
#import <AsyncDisplayKit/AsyncDisplayKit.h>
```