mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 09:13:25 +01:00
14 lines
235 B
C
14 lines
235 B
C
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
// Licensed under the MIT License.
|
||
|
|
|
||
|
|
#ifndef MS_ABSTRACT_LOG_H
|
||
|
|
#define MS_ABSTRACT_LOG_H
|
||
|
|
|
||
|
|
#import <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
@interface MSAbstractLog : NSObject
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
#endif
|