mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-01-12 15:04:57 +08:00
14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// QSHWindowBorderView.h
|
|
// quark-shell
|
|
//
|
|
// Created by Xhacker Liu on 4/20/14.
|
|
// Copyright (c) 2014 Xhacker. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface QSHWindowBorderView : NSView
|
|
|
|
@end
|