mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-06-18 09:54:28 +08:00
14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// QSHBorderlessWindow.h
|
|
// quark-shell
|
|
//
|
|
// Created by Sun Liang on 06/11/2016.
|
|
// Copyright © 2016 HackPlan. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface BorderlessWindow : NSWindow
|
|
|
|
@end
|