mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 06:29:30 +00:00
Preview and Quicklook stubs
This commit is contained in:
22
MacPass/MPPreviewViewController.m
Normal file
22
MacPass/MPPreviewViewController.m
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// MPPreviewViewController.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 18/03/14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPPreviewViewController.h"
|
||||
|
||||
@interface MPPreviewViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPPreviewViewController
|
||||
|
||||
- (instancetype)init {
|
||||
self = [self initWithNibName:@"PreviewView" bundle:nil];
|
||||
return self;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user