mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-22 15:05:23 +08:00
15 lines
237 B
Objective-C
15 lines
237 B
Objective-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
|