これを実行すると:
TaggedUIActionSheet *sheet = [[UIActionSheet alloc]
initWithTitle:nil
delegate:self
cancelButtonTitle:@"Cancel"
destructiveButtonTitle:@"Delete"
otherButtonTitles:@"Save to photos",@"Email",nil];
次のエラーが表示されます。
Incompatible pointer type initializing TaggedUIActionAheet with an expression of type UIActionSheet