#import "lib.h"

@implementation Foo
- (id)init {
  self.fooProp = 10;
  return self;
}
@end
