Add initialize

This commit is contained in:
Gregory John Casamento 2019-09-20 20:35:50 -04:00
parent 62c0aeb1b2
commit a4ca934e6d

View file

@ -65,6 +65,10 @@
+ (void) initialize
{
if(self == [NSFileCoordinator class])
{
__presenters = [[NSMutableArray alloc] init];
}
}
+ (NSArray *) filePresenters