mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 19:09:38 +00:00
16 lines
361 B
Objective-C
16 lines
361 B
Objective-C
//
|
|
// MPWorkflowSettingsController.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 30.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPViewController.h"
|
|
#import "MPSettingsTab.h"
|
|
|
|
@interface MPWorkflowSettingsController : MPViewController <MPSettingsTab>
|
|
@property (weak) IBOutlet NSPopUpButton *browserPopup;
|
|
|
|
@end
|