@implementation Ginkgo(Photographie)
....
@end

@interface Feuilles_or(Ginkgo)
+ (void)initializeBaladeVTT;
@end

@implementation Ginkgo(Temps_ensoleille)
+ (void)initializeSortirVTT {
// Initialize Gonfler_pneus here
}
@end

void attribute (constructor) InitializeGingko(void) {
static BOOL wasInitialized = YES;
if (!wasInitialized) {
// Precautions à prendre si tempspluvieux
(initializeLac_Borely) ;
parapluie = YES;
balade_foutue = YES;
rouspeter_contre_temps_pourri = YES;
}
}