repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
Security
/
SecTrustedApplication.h
blob
a08a125897ead22ec6e285cd1518184616dee68e
1
//
2
// SecTrustedApplication.h
3
// Security
4
//
5
// Created by Christopher Lloyd on 2/12/10.
6
// Copyright 2010 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@interface SecTrustedApplication
:
NSObject
{
12
}
13
14
@end