1NSString *path = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"txt"];
2NSString *fileText = [NSString stringWithContentsOfFile:path];