Sped up table view creation to reuse date formatter

This commit is contained in:
michael starke
2013-11-16 00:02:54 +01:00
parent c4a4996082
commit eeb440fa1c
3 changed files with 38 additions and 7 deletions

View File

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