Files
MacPass/MacPass/MPPasswordCreatorViewController.h
2013-06-22 01:45:23 +02:00

16 lines
317 B
Objective-C

//
// PasswordCreatorView.h
// MacPass
//
// Created by Michael Starke on 31.03.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPPasswordCreatorViewController : MPViewController
@property (retain, readonly) NSString *generatedPassword;
@end