mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 18:19:28 +00:00
Introduced Custom Image View for editing-popup
This commit is contained in:
27
MacPass/MPIconSelectViewController.m
Normal file
27
MacPass/MPIconSelectViewController.m
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// MPIconSelectViewController.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 10.03.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPIconSelectViewController.h"
|
||||
|
||||
@interface MPIconSelectViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPIconSelectViewController
|
||||
|
||||
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
|
||||
{
|
||||
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
|
||||
if (self) {
|
||||
// Initialization code here.
|
||||
}
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user