5 lines
88 B
Mathematica
5 lines
88 B
Mathematica
|
|
// here "object" is an object pointer
|
||
|
|
if (object == nil) {
|
||
|
|
NSLog("object is nil");
|
||
|
|
}
|