Experiments with token filed in Inspector

This commit is contained in:
michael starke
2013-07-20 03:23:18 +02:00
parent dc51c60c19
commit c207b2b24a
7 changed files with 362 additions and 27 deletions

View File

@@ -0,0 +1,16 @@
//
// KPKIconLoading.h
// MacPass
//
// Created by Michael Starke on 20.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKIconLoading : SenTestCase {
NSImage *_image;
NSData *_imageData;
}
@end