/* * Copyright (c) 2014 - Facebook. * All rights reserved. */ #import @interface Car : NSObject @property BOOL running; @end