mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 09:22:33 +00:00
Fixed #71 Added A simple entropy calculation for purely random generated passwords Added separate Views for Group and Entry Inspector Added "no Selection" view for Inpsector
18 lines
401 B
Objective-C
18 lines
401 B
Objective-C
//
|
|
// MPNotifications.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 23.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#ifndef MacPass_MPNotifications_h
|
|
#define MacPass_MPNotifications_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
FOUNDATION_EXPORT NSString *const MPDidActivateViewNotification;
|
|
FOUNDATION_EXPORT NSString *const MPCurrentItemChangedNotification;
|
|
|
|
#endif
|