Incident.h
343 Bytes
//
// Incident.h
// DUREX Vendor Control
//
// Created by Imanol Barba on 10/8/14.
// Copyright (c) 2014 Emmoco. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CommunicationProtocol.h"
@interface Incident : NSObject
@property NSString *errorCode;
@property NSString *errorValue;
@property NSDate *incidentTime;
@end