using properties instead of method invocation

This commit is contained in:
Michael Starke
2018-09-03 14:21:47 +02:00
parent c46a7c0dc7
commit f13cd4df35
3 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
//
// KPKEntry+MPCustomAttributeProperties.m
// MacPass
//
// Created by Michael Starke on 03.09.18.
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
//
#import "KPKEntry+MPCustomAttributeProperties.h"
@implementation KPKEntry (MPCustomAttributeProperties)
@end