mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-23 15:34:58 +08:00
16 lines
237 B
C
16 lines
237 B
C
|
//
|
||
|
// NSWindow+TrueCenter.h
|
||
|
// Jumpcut
|
||
|
//
|
||
|
// Created by Gennadii Potapov on 4/8/11.
|
||
|
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
@interface NSWindow (TrueCenter)
|
||
|
|
||
|
- (void)trueCenter;
|
||
|
|
||
|
@end
|