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:
parent
3bdbaece6d
commit
8c7e7b8ca6
@ -3,7 +3,7 @@
|
||||
* See LICENSE
|
||||
*/
|
||||
|
||||
import Foundation
|
||||
import Cocoa
|
||||
|
||||
public class DispatchUtils {
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* See LICENSE
|
||||
*/
|
||||
|
||||
import Foundation
|
||||
import Cocoa
|
||||
|
||||
struct Cell: CustomStringConvertible {
|
||||
private let attributes: CellAttributes
|
||||
|
@ -3,7 +3,7 @@
|
||||
* See LICENSE
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
@import Cocoa;
|
||||
|
||||
|
||||
@protocol NeoVimUiBridgeProtocol;
|
||||
|
Loading…
Reference in New Issue
Block a user