// // NSObject_extra.h // Arq // // Created by Stefan Reitshamer on 7/4/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import @interface NSObject (extra) + (BOOL)equalObjects:(id)left and:(id)right; @end