// // NSDate+relative.h // DatingX // // Created by Sami Samhuri on 11-08-25. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import @interface NSDate (NSDate_relative) - (NSString *) relativeToNow; @end