mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-05 02:31:30 +00:00
16 lines
146 B
Mathematica
16 lines
146 B
Mathematica
|
#import "InfoWindow.h"
|
||
|
|
||
|
@implementation InfoWindow
|
||
|
|
||
|
- (BOOL)canBecomeKeyWindow
|
||
|
{
|
||
|
return NO;
|
||
|
}
|
||
|
|
||
|
- (BOOL)canBecomeMainWindow
|
||
|
{
|
||
|
return NO;
|
||
|
}
|
||
|
|
||
|
@end
|