- (void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag { if (YES == [theAnimation theAnimation:@"opacity"]) { self.alayer.opacity = presentationLayer.opacity } }
Standard input is empty
prog.m:1:1: error: unknown type name 'CAAnimation' prog.m:1:1: error: unknown type name 'BOOL' prog.m:2:1: error: method definition not in @implementation context prog.m:3:5: error: 'self' undeclared here (not in a function) prog.m:3:27: error: 'presentationLayer' undeclared here (not in a function) prog.m:4:1: error: expected ';' before '}' token
Standard output is empty