// // SDLAsychronousOperation.h // SmartDeviceLink-iOS // // Created by Joel Fischer on 8/25/16. // Copyright © 2016 smartdevicelink. All rights reserved. // #import @interface SDLAsynchronousOperation : NSOperation - (void)finishOperation; @end