alloc と init の目的は何ですか? (目的 -C)
NSDate *now = [[NSDate alloc] init];
NSDate *later = [now dateByAddingTimeInterval:100000];
alloc と init の目的は何ですか? (目的 -C)
NSDate *now = [[NSDate alloc] init];
NSDate *later = [now dateByAddingTimeInterval:100000];