mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 11:59:27 +00:00
16 lines
273 B
Objective-C
16 lines
273 B
Objective-C
//
|
|
// KPKGroup+TemplateCopy.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 01/12/13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "KPKGroup.h"
|
|
|
|
@interface KPKGroup (TemplateCopy)
|
|
|
|
- (instancetype)copyWithName:(NSString *)name;
|
|
|
|
@end
|