Ваш заголовок, вероятно, должен выглядеть примерно так:
@interface SomeClass {
NSArray *filteredChildren; // this should fix the compiler error
}
// If the filteredChildren method is public, add this declaration as well to prevent compiler warnings
- (NSArray *)filteredChildren;
@end