5 lines
76 B
Mathematica
5 lines
76 B
Mathematica
|
|
@interface MyException : NSException {
|
||
|
|
//Put specific info in here
|
||
|
|
}
|
||
|
|
@end
|