mirror of
https://github.com/samsonjs/5by5Browser.git
synced 2026-03-25 09:05:50 +00:00
15 lines
252 B
Objective-C
15 lines
252 B
Objective-C
//
|
|
// NSDate+relative.h
|
|
// DatingX
|
|
//
|
|
// Created by Sami Samhuri on 11-08-25.
|
|
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSDate (NSDate_relative)
|
|
|
|
- (NSString *) relativeToNow;
|
|
|
|
@end
|