Created
October 6, 2011 12:30
-
-
Save kwylez/1267291 to your computer and use it in GitHub Desktop.
Steve Jobs
This file contains 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
SteveJobs *spj = [[SteveJobs alloc] initWithExtraordinary:genius withWorldChanging:vision]; | |
[spj execute]; | |
NSDateComponents *components = [[NSDateComponents alloc]init]; | |
[components setDay:5]; | |
[components setMonth:10]; | |
[components setYear:2011]; | |
NSCalendar *gregorian = [[NSCalendar alloc]initWithCalendarIdentifier:NSGregorianCalendar]; | |
NSDate *endDate = [gregorian dateFromComponents:components]; | |
[sjp setExpirationDate:endDate]; | |
if ([sjp didWorldLoseAGenuis]) { | |
[sjp sendToICloud]; | |
} else { | |
[sjp restart]; | |
} | |
[sjp release]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment