Created
January 23, 2016 21:45
-
-
Save quellish/140ae68ddb45e1277a16 to your computer and use it in GitHub Desktop.
SignificantEventTests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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