mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-22 15:05:23 +08:00
19 lines
415 B
Objective-C
19 lines
415 B
Objective-C
//
|
|
// NSWindow+TrueCenter.h
|
|
// Flycut
|
|
//
|
|
// Flycut by Gennadiy Potapov and contributors. Based on Jumpcut by Steve Cook.
|
|
// Copyright 2011 General Arcade. All rights reserved.
|
|
//
|
|
// This code is open-source software subject to the MIT License; see the homepage
|
|
// at <https://github.com/TermiT/Flycut> for details.
|
|
//
|
|
//
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface NSWindow (TrueCenter)
|
|
|
|
- (void)trueCenter;
|
|
|
|
@end
|