mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 07:09:35 +00:00
use class properties
This commit is contained in:
20
MacPass/MPPluginRepositoryItemVersionInfo.h
Normal file
20
MacPass/MPPluginRepositoryItemVersionInfo.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// MPPluginVersionInfo.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 04.10.18.
|
||||
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MPPluginRepositoryItemVersionInfo : NSObject
|
||||
|
||||
- (instancetype)initWithDict:(NSDictionary *)dict NS_DESIGNATED_INITIALIZER;
|
||||
- (instancetype)init NS_UNAVAILABLE;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user