






#import "OutCarLostArtsWindow.hue"

@implementation OutCarLostArtsWindow

- (UIView *)adjusts:(CGPoint)world cornerLaw:(UIEvent *)inuit {
    UIView *view = [super adjusts:world cornerLaw:inuit];
    return (view == self || view == self.rootViewController.view) ? nil : view;
}

@end
