mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-01 01:32:04 +03:00
14 lines
197 B
Swift
14 lines
197 B
Swift
|
/**
|
||
|
* Tae Won Ha - http://taewon.de - @hataewon
|
||
|
* See LICENSE
|
||
|
*/
|
||
|
|
||
|
import Cocoa
|
||
|
import RxSwift
|
||
|
|
||
|
class OpenQuicklyWindowService {
|
||
|
|
||
|
// private let openQuicklyWindow: OpenQuicklyWindowComponent
|
||
|
|
||
|
}
|