From a1633ad6ba0efcd31cc2b42ea8edce186492065b Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 20 Jun 2013 20:55:47 +0200 Subject: [PATCH] Updated HNHUi --- HNHUi | 2 +- MacPass/MPFirstResonderNotification.h | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 MacPass/MPFirstResonderNotification.h diff --git a/HNHUi b/HNHUi index 3434cada..c0264e47 160000 --- a/HNHUi +++ b/HNHUi @@ -1 +1 @@ -Subproject commit 3434cadaf40cf2c09addf134721350c92c262b11 +Subproject commit c0264e4781762250a2a2a88fbf7935bbf7f9bc3b diff --git a/MacPass/MPFirstResonderNotification.h b/MacPass/MPFirstResonderNotification.h new file mode 100644 index 00000000..22dd0e91 --- /dev/null +++ b/MacPass/MPFirstResonderNotification.h @@ -0,0 +1,13 @@ +// +// MPFirstResonderNotification.h +// MacPass +// +// Created by Michael Starke on 20.06.13. +// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +// + +#import + +@protocol MPFirstResonderNotification + +@end