Changeset 554 for trunk/Cocoa/Pester/Source/PSMovieAlertController.m
- Timestamp:
- 07/18/09 05:59:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSMovieAlertController.m
r543 r554 16 16 @implementation PSMovieAlertController 17 17 18 + (PSMovieAlertController *) controllerWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert;18 + (PSMovieAlertController *)newControllerWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert; 19 19 { 20 // retained until the alert completes 20 21 return [[self alloc] initWithAlarm: anAlarm movieAlert: anAlert]; 21 22 }
Note:
See TracChangeset
for help on using the changeset viewer.