Skip to content

Instantly share code, notes, and snippets.

@quellish
Created January 23, 2016 21:45
Show Gist options
  • Save quellish/140ae68ddb45e1277a16 to your computer and use it in GitHub Desktop.
Save quellish/140ae68ddb45e1277a16 to your computer and use it in GitHub Desktop.
SignificantEventTests
@interface PreDaylightSavingsEvent : SignificantEvent
@property (nonatomic, readwrite, copy) NSDate *currentDate;
@end
@implementation PreDaylightSavingsEvent
@synthesize currentDate = _currentDate;
@end
@interface SignificantEventTests : XCTestCase ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment