Repository URL to install this package:
Version:
1.0.4 ▾
|
com.vipera.de.foundation.connector
/
src
/
ios
/
DEMotifConnector.framework
/
Headers
/
IDEServerResultFailure.h
|
---|
//
// IDEServerResultFailure.h
// DynamicEngine
//
// Created by Mobile3D on 12/05/16.
// Copyright © 2016 Vipera. All rights reserved.
//
#ifndef IDEServerResultFailure_h
#define IDEServerResultFailure_h
@class NSError;
@protocol IDEServerResultFailure <NSObject>
- (NSError *) serverError;
@end
#endif /* IDEServerResultFailure_h */