mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
14 lines
235 B
Objective-C
14 lines
235 B
Objective-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
|