17 строки
381 B
C
17 строки
381 B
C
|
#include "objc_begin.h"
|
||
|
|
||
|
/*!
|
||
|
The <b>ODWLogConfiguration</b> static class represents general logging properties.
|
||
|
*/
|
||
|
@interface ODWLogConfiguration : NSObject
|
||
|
|
||
|
/*!
|
||
|
@brief Sets max teardown upload time in seconds.
|
||
|
@param maxTeardownUploadTimeInSec An integer that time in seconds.
|
||
|
*/
|
||
|
+(void)setMaxTeardownUploadTimeInSec:(int)maxTeardownUploadTimeInSec;
|
||
|
|
||
|
@end
|
||
|
|
||
|
#include "objc_end.h"
|