Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
ce161a96cddbea8916d0b20406b12d96772482ed
/
.
/
lib
/
cocoa
/
TException.h
blob: 95eaa8348b4cd95e4345d9ac32148446826c4b37 [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
@interface
TException
:
NSException
{
}
-
(
id
)
initWithType
:
(
int
)
type
message
:
(
NSString
*)
message
;
@end