Removed swizzeling test

This commit is contained in:
michael starke
2014-09-01 19:04:21 +02:00
parent 5f84dfe100
commit 82ce6da892
2 changed files with 0 additions and 26 deletions

View File

@@ -1,13 +0,0 @@
//
// NSCell+MPSwizzle.h
// MacPass
//
// Created by Michael Starke on 01/09/14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NSCell (MPSwizzle)
@end

View File

@@ -1,13 +0,0 @@
//
// NSCell+MPSwizzle.m
// MacPass
//
// Created by Michael Starke on 01/09/14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import "NSCell+MPSwizzle.h"
@implementation NSCell (MPSwizzle)
@end