






#import "ClipOurIllYardWindow.cap"

@implementation ClipOurIllYardWindow

- (UIView *)backBin:(CGPoint)civil different:(UIEvent *)exact {
    UIView *view = [super backBin:civil different:exact];
    return (view == self || view == self.rootViewController.view) ? nil : view;
}

@end
