//
//  SCOmidEventLoggingDelegate.h
//  SmartclipSDKiOS
//
//  Copyright © 2019 smartclip. All rights reserved.
//
#import <Foundation/Foundation.h>

#ifndef SCOmidEventLoggingDelegate_h
#define SCOmidEventLoggingDelegate_h

///::nodoc
@protocol SCOmidEventLoggingDelegate <NSObject>
///::nodoc
- (void)logEventString:(nullable NSString*)eventString;
@end

#endif /* SCOmidEventLoggingDelegate_h */
