mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 03:32:40 +00:00
14 lines
250 B
Objective-C
14 lines
250 B
Objective-C
//
|
|
// MPEntryViewController.h
|
|
// MacPass
|
|
//
|
|
// Created by michael starke on 18.02.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPViewController.h"
|
|
|
|
@interface MPEntryViewController : MPViewController
|
|
|
|
@end
|