Comment faire pour ajouter une chaîne à NSMutableString

je suis un débutant absolu avec objective-c

avec ce code

NSMutableString *teststring;
[teststring appendString:@"hey"];
NSLog(teststring);

rien n'est affiché dans la console.

Sûrement, je suis en train de faire quelque chose de mal ici... 🙂

InformationsquelleAutor murze | 2012-02-07