diff options
| author | Vadim Shpakovski | 2015-01-13 20:45:29 +0300 |
|---|---|---|
| committer | Vadim Shpakovski | 2015-01-13 20:45:29 +0300 |
| commit | 988fcee20835f2df48bc4d29d351a797eba34a30 (patch) | |
| tree | 9d90d39f5b2eb988f961db0719e33ee7da83da7c | |
| parent | ca561ca70cc45180f25beae054265c08af1c1dd6 (diff) | |
| download | MASShortcut-988fcee20835f2df48bc4d29d351a797eba34a30.tar.bz2 | |
Fix README.
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -100,8 +100,11 @@ _observableKeyPath = [@"values." stringByAppendingString:kPreferenceGlobalShortc 1. Install as a Pod using the latest CocoaPods with Swift support. 2. Create a bridging header file [using the instructions here](http://swiftalicio.us/2014/11/using-cocoapods-from-swift/) 3. Your bridging header file should contain the following [two](https://github.com/shpakovski/MASShortcut/issues/36) imports: - #import <Cocoa/Cocoa.h> - #import <MASShortcut/Shortcut.h> + +```objective-c +#import <Cocoa/Cocoa.h> +#import <MASShortcut/Shortcut.h> +``` # Non-ARC Version |
