I\'m was reading a tutorial about coreImage in iOS 6. In that tutorial I found something like:
@implementation ViewController { CIContext *context; C
Thats a way of declaring private variables, they are not visible outside the class nor shown in header file