Flycut/UI/NSWindow+TrueCenter.h

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