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