Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lifei444 committed Jul 1, 2018
1 parent 6667d79 commit 74a7747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Device/View/WMDeviceCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ - (UIImageView *)iconView {
}

- (UILabel *)nameLabel {
if (!_nameLabel) {
if (!_nameLabel) {
_nameLabel = [self labelWithFrame:CGRectMake(NameX, NameY, Screen_Width, NameHeight)
font:[UIFont boldSystemFontOfSize:15]
textColor:[WMUIUtility color:@"0x444444"]];
Expand Down

0 comments on commit 74a7747

Please sign in to comment.