/* * Copyright (c) 2014 - Facebook. * All rights reserved. */ #import @interface MethodCall : NSObject - (int)plusX :(int)x andY: (int)y; @end