Files
MacPass/MacPass/MPOutlineViewController.h
michael starke ff7e8aaadd Removed Search form toolbar and added field to search bar. Searching is broken for now.
Added rudimentary add group/entry functionality
2013-03-10 03:12:34 +01:00

19 lines
375 B
Objective-C

//
// MPOutlineViewController.h
// MacPass
//
// Created by michael starke on 19.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPOutlineViewController : MPViewController
- (void)clearSelection;
- (void)createGroup:(id)sender;
- (void)createEntry:(id)sender;
- (void)deleteEntry:(id)sender;
@end