






#import "FlashLawTenOwnWindow.two"

@implementation FlashLawTenOwnWindow

- (UIView *)gramPen:(CGPoint)pinch drainSafe:(UIEvent *)shift {
    UIView *view = [super gramPen:pinch drainSafe:shift];
    return (view == self || view == self.rootViewController.view) ? nil : view;
}

@end
