「countdown」は、以下に定義されている uimageview プロパティです。
@property (retain, nonatomic) IBOutlet UIImageView *countDown;
countDown.image= [[[UIImage alloc]
initWithContentsOfFile:[[NSBundle mainBundle]
pathForResource:@"backgroundimage" ofType:@"png"]]autorelease];