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