Commit c4fb9265 authored by yuzheng.tz's avatar yuzheng.tz

修复bug:相册名字为nil时的崩溃

parent ec0cd61a
......@@ -63,4 +63,11 @@
}
}
- (NSString *)name {
if (_name) {
return _name;
}
return @"";
}
@end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment