// // PSClipView.m // Perforce // // Created by Adam Czubernat on 26/11/2013. // Copyright (c) 2013 Perforce Software, Inc. All rights reserved. // #import "PSClipView.h" @implementation PSClipView - (BOOL)isFlipped { return YES; } @end