// // MPEntyTableDataSource.h // MacPass // // Created by Michael Starke on 09.06.13. // Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. // #import @class MPEntryViewController; @interface MPEntryTableDataSource : NSObject @property (assign, nonatomic) MPEntryViewController *viewController; @end