mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
Removed swizzeling test
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user