Converted to modern Objective-C

New UI for exporting attachments
This commit is contained in:
michael starke
2013-07-03 14:53:24 +02:00
parent 2abf258308
commit 4a3232b39d
13 changed files with 507 additions and 52 deletions

View File

@@ -0,0 +1,13 @@
//
// MPSelectedAttachmentTableCellView.m
// MacPass
//
// Created by Michael Starke on 03.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPSelectedAttachmentTableCellView.h"
@implementation MPSelectedAttachmentTableCellView
@end