mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
moving more code to @properties, ReferenceBuilder WIP
This commit is contained in:
16
MacPass/MPReferenceBuilderViewController.h
Normal file
16
MacPass/MPReferenceBuilderViewController.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPReferenceBuilderViewController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 05/12/14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPViewController.h"
|
||||
|
||||
@interface MPReferenceBuilderViewController : MPViewController
|
||||
@property (weak) IBOutlet NSPopUpButton *valuePopUpButton;
|
||||
@property (weak) IBOutlet NSPopUpButton *searchKeyPopUpButton;
|
||||
@property (weak) IBOutlet NSTextField *searchStringTextField;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user