/* * Copyright (c) 2014 - Facebook. * All rights reserved. */ #import @interface IvarExample : NSObject { } @property int aProperty; @end