mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 03:09:27 +00:00
model changes are propagates for all changes to an entry
This commit is contained in:
17
MacPass/MPModelChangeObserving.h
Normal file
17
MacPass/MPModelChangeObserving.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPModelChangeNotification.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 30/08/16.
|
||||
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol MPModelChangeObserving <NSObject>
|
||||
|
||||
@required
|
||||
- (void)willChangeModelProperty;
|
||||
- (void)didChangeModelProperty;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user