#import "ImageView.h" @implementation ImageView - (BOOL) mouseDownCanMoveWindow { return TRUE; } @end