This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdAt": "2015-06-16T09:10:40.274Z", | |
"readStatus": false, | |
"noticeType": "systemNotice",//系统消息 | |
"system": [//系统消息 | |
{ | |
"noticeMaster": { | |
"nickname": "admin", | |
"baby": { | |
"gender": "n", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSURL+YZThumbnail.m | |
// YuanZi | |
// | |
// Created by di wu on 5/4/15. | |
// Copyright (c) 2015 Yuanzi. All rights reserved. | |
// | |
#import "NSURL+YZThumbnail.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension UIView { | |
@discardableResult | |
func fromNib<T : UIView>() -> T? { | |
guard let view = Bundle.main.loadNibNamed(String(describing: type(of: self)), owner: self, options: nil)?[0] as? T else { | |
return nil | |
} | |
return view | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "success", | |
"data": { | |
"id": "3cdcd5b0-d1b9-11e7-aeee-07c46f347778", | |
"plate": "浙H19800", | |
"plate_type": null, | |
"brand": null, | |
"category": null, | |
"model": "H02", | |
"province": null, |
OlderNewer