mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
23 lines
382 B
Objective-C
23 lines
382 B
Objective-C
//
|
|
// MPPluginDataViewController.m
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 02/02/2017.
|
|
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPPluginDataViewController.h"
|
|
|
|
@interface MPPluginDataViewController ()
|
|
|
|
@end
|
|
|
|
@implementation MPPluginDataViewController
|
|
|
|
- (void)viewDidLoad {
|
|
[super viewDidLoad];
|
|
// Do view setup here.
|
|
}
|
|
|
|
@end
|