Blogin again! Its been some crazy times.
Sozona se začenja.
#import "OldKnowledge.h" #import "Persistence.h" #import "NewKnowledge.h" @implementation greatFutureController @synthesize NewIdeas; @synthesize ProjectPlans; @synthesize SchedulePlans; - (IBAction) doSomething { // insert Right Stuff Mojo here } - (void) dealloc { [super dealloc]; } @end