Skip to content

Instantly share code, notes, and snippets.

@dyegos
dyegos / NSDate+RandomDate.h
Created February 16, 2017 15:08 — forked from Abizern/NSDate+RandomDate.h
Category on NSDate to return a random date in the same year as itself.
//
// NSDate+RandomDate.h
//
//
#import <Foundation/Foundation.h>
@interface NSDate (RandomDate)
- (NSDate *)randomDateInYearOfDate;