1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

GH-226 Import Cocoa (almost) everywhere in SwiftNeoVim

This commit is contained in:
Tae Won Ha 2016-08-03 21:43:05 +02:00
parent 3bdbaece6d
commit 8c7e7b8ca6
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* See LICENSE
*/
import Foundation
import Cocoa
public class DispatchUtils {

View File

@ -3,7 +3,7 @@
* See LICENSE
*/
import Foundation
import Cocoa
struct Cell: CustomStringConvertible {
private let attributes: CellAttributes

View File

@ -3,7 +3,7 @@
* See LICENSE
*/
#import <Foundation/Foundation.h>
@import Cocoa;
@protocol NeoVimUiBridgeProtocol;