WindowAssocitations get listed in Autotype tab

This commit is contained in:
michael starke
2014-02-13 21:31:51 +01:00
parent aa6fd74ce7
commit ed5d048028
6 changed files with 137 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
//
// MPWindowAssociationsTableViewDelegate.h
// MacPass
//
// Created by Michael Starke on 13.02.14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPWindowAssociationsTableViewDelegate : NSObject <NSTableViewDelegate>
@end