summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAsynchronousOperation.h
blob: ad0697b2ad3ab1fbd3b56678d04ba14723269e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  SDLAsychronousOperation.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 8/25/16.
//  Copyright © 2016 smartdevicelink. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface SDLAsynchronousOperation : NSOperation

@property (copy, nonatomic, readonly, nullable) NSError *error;

- (void)finishOperation;

@end