darling-cocotron/Security/SecTrustedApplication.h
2015-05-23 20:15:45 -04:00

15 lines
244 B
Objective-C

//
// SecTrustedApplication.h
// Security
//
// Created by Christopher Lloyd on 2/12/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface SecTrustedApplication : NSObject {
}
@end