Como anexar uma string a NSMutableString

Eu sou um novato absoluto com o objetivo-c

com este código

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

nada é exibido no consol

Certo, estou fazendo algo errado aqui ...: -)