// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef MS_ABSTRACT_LOG_H #define MS_ABSTRACT_LOG_H #import @interface MSAbstractLog : NSObject @end #endif