mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 13:39:27 +00:00
Added selection observing arraycontroller, moved block based calls into view controllers again
This commit is contained in:
17
MacPass/MPArrayController.h
Normal file
17
MacPass/MPArrayController.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPArrayController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 30/08/16.
|
||||
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPArrayController : NSArrayController
|
||||
|
||||
@property (weak) MPDocument *document;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user