mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
14 lines
295 B
Objective-C
14 lines
295 B
Objective-C
//
|
|
// MPTitlebarColorAccessoryViewController.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 17.10.17.
|
|
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MPTitlebarColorAccessoryViewController : NSTitlebarAccessoryViewController
|
|
|
|
@end
|