/*
* Copyright (c) 2014 - Facebook.
* All rights reserved.
*/
#import<Foundation/NSObject.h>
@interface MyClass : NSObject {
}
- (int)myNumber;
@end