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