mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
17 lines
333 B
Objective-C
17 lines
333 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;
|
|
|
|
#endif
|