blob: 301542da357edab515f6e1a87645fd0d10c53af4 (
plain)
1
2
3
4
5
6
7
8
9
|
@interface BBFlatBezelInterface : QSResizingInterfaceController {
NSRect standardRect;
}
@end
@interface NSWindow (QSBCInterfaceController)
- (NSTimeInterval)animationResizeTime:(NSRect)newWindowFrame;
@end
|