Removed unused classes

This commit is contained in:
michael starke
2016-08-30 12:08:46 +02:00
parent cd47237742
commit da295b9acd
8 changed files with 3 additions and 139 deletions

View File

@@ -1,18 +0,0 @@
//
// MPArrayController.m
// MacPass
//
// Created by Michael Starke on 27/08/16.
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
//
#import "MPArrayController.h"
@implementation MPArrayController
- (void)setValue:(id)value forKeyPath:(NSString *)keyPath {
NSLog(@"%@ setValue:forKeyPath:%@", NSStringFromClass([self class]), keyPath);
[super setValue:value forKeyPath:keyPath];
}
@end