9 lines
177 B
C
9 lines
177 B
C
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
// Licensed under the MIT license.
|
||
|
|
|
||
|
|
#import <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
@interface AppCenterStarter : NSObject
|
||
|
|
|
||
|
|
@end
|