mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 12:22:20 +00:00
23 lines
335 B
Objective-C
23 lines
335 B
Objective-C
//
|
|
// MPPathControl+Private.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 14.01.20.
|
|
// Copyright © 2020 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
|
|
#import "MPPathControl.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MPPathControl ()
|
|
|
|
- (void)_postDidSetURLNotification;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|