2 Star 0 Fork 0

_wParis/jiaoyi_ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
R.generated.swift 71.02 KB
一键复制 编辑 原始数据 按行查看 历史
wjk 提交于 2018-12-14 00:02 . a
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312
//
// This is a generated file, do not edit!
// Generated by R.swift, see https://github.com/mac-cain13/R.swift
//
import Foundation
import Rswift
import UIKit
/// This `R` struct is generated and contains references to static resources.
struct R: Rswift.Validatable {
fileprivate static let applicationLocale = hostingBundle.preferredLocalizations.first.flatMap(Locale.init) ?? Locale.current
fileprivate static let hostingBundle = Bundle(for: R.Class.self)
static func validate() throws {
try intern.validate()
}
/// This `R.color` struct is generated, and contains static references to 0 colors.
struct color {
fileprivate init() {}
}
/// This `R.file` struct is generated, and contains static references to 0 files.
struct file {
fileprivate init() {}
}
/// This `R.font` struct is generated, and contains static references to 0 fonts.
struct font {
fileprivate init() {}
}
/// This `R.image` struct is generated, and contains static references to 59 images.
struct image {
/// Image `add`.
static let add = Rswift.ImageResource(bundle: R.hostingBundle, name: "add")
/// Image `arrow`.
static let arrow = Rswift.ImageResource(bundle: R.hostingBundle, name: "arrow")
/// Image `backgroud`.
static let backgroud = Rswift.ImageResource(bundle: R.hostingBundle, name: "backgroud")
/// Image `banner`.
static let banner = Rswift.ImageResource(bundle: R.hostingBundle, name: "banner")
/// Image `button_bg`.
static let button_bg = Rswift.ImageResource(bundle: R.hostingBundle, name: "button_bg")
/// Image `dui`.
static let dui = Rswift.ImageResource(bundle: R.hostingBundle, name: "dui")
/// Image `fliter_icon`.
static let fliter_icon = Rswift.ImageResource(bundle: R.hostingBundle, name: "fliter_icon")
/// Image `home_arraw_nor`.
static let home_arraw_nor = Rswift.ImageResource(bundle: R.hostingBundle, name: "home_arraw_nor")
/// Image `home_arraw_sel`.
static let home_arraw_sel = Rswift.ImageResource(bundle: R.hostingBundle, name: "home_arraw_sel")
/// Image `icon_biao_mai`.
static let icon_biao_mai = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_biao_mai")
/// Image `kung`.
static let kung = Rswift.ImageResource(bundle: R.hostingBundle, name: "kung")
/// Image `load1`.
static let load1 = Rswift.ImageResource(bundle: R.hostingBundle, name: "load1")
/// Image `load2`.
static let load2 = Rswift.ImageResource(bundle: R.hostingBundle, name: "load2")
/// Image `logo`.
static let logo = Rswift.ImageResource(bundle: R.hostingBundle, name: "logo")
/// Image `message`.
static let message = Rswift.ImageResource(bundle: R.hostingBundle, name: "message")
/// Image `nav_back`.
static let nav_back = Rswift.ImageResource(bundle: R.hostingBundle, name: "nav_back")
/// Image `note_icon`.
static let note_icon = Rswift.ImageResource(bundle: R.hostingBundle, name: "note_icon")
/// Image `rool`.
static let rool = Rswift.ImageResource(bundle: R.hostingBundle, name: "rool")
/// Image `welcome`.
static let welcome = Rswift.ImageResource(bundle: R.hostingBundle, name: "welcome")
/// Image `个人中心`.
static let 个人中心 = Rswift.ImageResource(bundle: R.hostingBundle, name: "个人中心")
/// Image `买`.
static let = Rswift.ImageResource(bundle: R.hostingBundle, name: "买")
/// Image `交易代表`.
static let 交易代表 = Rswift.ImageResource(bundle: R.hostingBundle, name: "交易代表")
/// Image `会员信息`.
static let 会员信息 = Rswift.ImageResource(bundle: R.hostingBundle, name: "会员信息")
/// Image `会员基本信息`.
static let 会员基本信息 = Rswift.ImageResource(bundle: R.hostingBundle, name: "会员基本信息")
/// Image `出入金`.
static let 出入金 = Rswift.ImageResource(bundle: R.hostingBundle, name: "出入金")
/// Image `协商交易`.
static let 协商交易 = Rswift.ImageResource(bundle: R.hostingBundle, name: "协商交易")
/// Image `圆角矩形1`.
static let 圆角矩形1 = Rswift.ImageResource(bundle: R.hostingBundle, name: "圆角矩形1")
/// Image `圆角矩形1拷贝`.
static let 圆角矩形1拷贝 = Rswift.ImageResource(bundle: R.hostingBundle, name: "圆角矩形1拷贝")
/// Image `圆角矩形3`.
static let 圆角矩形3 = Rswift.ImageResource(bundle: R.hostingBundle, name: "圆角矩形3")
/// Image `圆角矩形3拷贝`.
static let 圆角矩形3拷贝 = Rswift.ImageResource(bundle: R.hostingBundle, name: "圆角矩形3拷贝")
/// Image `备注`.
static let 备注 = Rswift.ImageResource(bundle: R.hostingBundle, name: "备注")
/// Image `密码1`.
static let 密码1 = Rswift.ImageResource(bundle: R.hostingBundle, name: "密码1")
/// Image `密码`.
static let 密码 = Rswift.ImageResource(bundle: R.hostingBundle, name: "密码")
/// Image `对`.
static let = Rswift.ImageResource(bundle: R.hostingBundle, name: "对")
/// Image `对账`.
static let 对账 = Rswift.ImageResource(bundle: R.hostingBundle, name: "对账")
/// Image `我要买粮`.
static let 我要买粮 = Rswift.ImageResource(bundle: R.hostingBundle, name: "我要买粮")
/// Image `我要卖粮`.
static let 我要卖粮 = Rswift.ImageResource(bundle: R.hostingBundle, name: "我要卖粮")
/// Image `报价`.
static let 报价 = Rswift.ImageResource(bundle: R.hostingBundle, name: "报价")
/// Image `挂单交易`.
static let 挂单交易 = Rswift.ImageResource(bundle: R.hostingBundle, name: "挂单交易")
/// Image `新`.
static let = Rswift.ImageResource(bundle: R.hostingBundle, name: "新")
/// Image `日历`.
static let 日历 = Rswift.ImageResource(bundle: R.hostingBundle, name: "日历")
/// Image `正确拍摄`.
static let 正确拍摄 = Rswift.ImageResource(bundle: R.hostingBundle, name: "正确拍摄")
/// Image `照片模糊`.
static let 照片模糊 = Rswift.ImageResource(bundle: R.hostingBundle, name: "照片模糊")
/// Image `用户名1`.
static let 用户名1 = Rswift.ImageResource(bundle: R.hostingBundle, name: "用户名1")
/// Image `用户名`.
static let 用户名 = Rswift.ImageResource(bundle: R.hostingBundle, name: "用户名")
/// Image `竞价交易`.
static let 竞价交易 = Rswift.ImageResource(bundle: R.hostingBundle, name: "竞价交易")
/// Image `等待`.
static let 等待 = Rswift.ImageResource(bundle: R.hostingBundle, name: "等待")
/// Image `背景`.
static let 背景 = Rswift.ImageResource(bundle: R.hostingBundle, name: "背景")
/// Image `被报价`.
static let 被报价 = Rswift.ImageResource(bundle: R.hostingBundle, name: "被报价")
/// Image `设置`.
static let 设置 = Rswift.ImageResource(bundle: R.hostingBundle, name: "设置")
/// Image `资金流水`.
static let 资金流水 = Rswift.ImageResource(bundle: R.hostingBundle, name: "资金流水")
/// Image `边框缺失`.
static let 边框缺失 = Rswift.ImageResource(bundle: R.hostingBundle, name: "边框缺失")
/// Image `进入`.
static let 进入 = Rswift.ImageResource(bundle: R.hostingBundle, name: "进入")
/// Image `银行`.
static let 银行 = Rswift.ImageResource(bundle: R.hostingBundle, name: "银行")
/// Image `错`.
static let = Rswift.ImageResource(bundle: R.hostingBundle, name: "错")
/// Image `闪光强烈`.
static let 闪光强烈 = Rswift.ImageResource(bundle: R.hostingBundle, name: "闪光强烈")
/// Image `首页`.
static let 首页 = Rswift.ImageResource(bundle: R.hostingBundle, name: "首页")
/// Image `验证码1`.
static let 验证码1 = Rswift.ImageResource(bundle: R.hostingBundle, name: "验证码1")
/// Image `验证码`.
static let 验证码 = Rswift.ImageResource(bundle: R.hostingBundle, name: "验证码")
/// `UIImage(named: "add", bundle: ..., traitCollection: ...)`
static func add(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.add, compatibleWith: traitCollection)
}
/// `UIImage(named: "arrow", bundle: ..., traitCollection: ...)`
static func arrow(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.arrow, compatibleWith: traitCollection)
}
/// `UIImage(named: "backgroud", bundle: ..., traitCollection: ...)`
static func backgroud(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.backgroud, compatibleWith: traitCollection)
}
/// `UIImage(named: "banner", bundle: ..., traitCollection: ...)`
static func banner(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.banner, compatibleWith: traitCollection)
}
/// `UIImage(named: "button_bg", bundle: ..., traitCollection: ...)`
static func button_bg(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.button_bg, compatibleWith: traitCollection)
}
/// `UIImage(named: "dui", bundle: ..., traitCollection: ...)`
static func dui(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.dui, compatibleWith: traitCollection)
}
/// `UIImage(named: "fliter_icon", bundle: ..., traitCollection: ...)`
static func fliter_icon(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.fliter_icon, compatibleWith: traitCollection)
}
/// `UIImage(named: "home_arraw_nor", bundle: ..., traitCollection: ...)`
static func home_arraw_nor(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.home_arraw_nor, compatibleWith: traitCollection)
}
/// `UIImage(named: "home_arraw_sel", bundle: ..., traitCollection: ...)`
static func home_arraw_sel(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.home_arraw_sel, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_biao_mai", bundle: ..., traitCollection: ...)`
static func icon_biao_mai(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_biao_mai, compatibleWith: traitCollection)
}
/// `UIImage(named: "kung", bundle: ..., traitCollection: ...)`
static func kung(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.kung, compatibleWith: traitCollection)
}
/// `UIImage(named: "load1", bundle: ..., traitCollection: ...)`
static func load1(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.load1, compatibleWith: traitCollection)
}
/// `UIImage(named: "load2", bundle: ..., traitCollection: ...)`
static func load2(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.load2, compatibleWith: traitCollection)
}
/// `UIImage(named: "logo", bundle: ..., traitCollection: ...)`
static func logo(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.logo, compatibleWith: traitCollection)
}
/// `UIImage(named: "message", bundle: ..., traitCollection: ...)`
static func message(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.message, compatibleWith: traitCollection)
}
/// `UIImage(named: "nav_back", bundle: ..., traitCollection: ...)`
static func nav_back(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.nav_back, compatibleWith: traitCollection)
}
/// `UIImage(named: "note_icon", bundle: ..., traitCollection: ...)`
static func note_icon(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.note_icon, compatibleWith: traitCollection)
}
/// `UIImage(named: "rool", bundle: ..., traitCollection: ...)`
static func rool(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.rool, compatibleWith: traitCollection)
}
/// `UIImage(named: "welcome", bundle: ..., traitCollection: ...)`
static func welcome(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.welcome, compatibleWith: traitCollection)
}
/// `UIImage(named: "个人中心", bundle: ..., traitCollection: ...)`
static func 个人中心(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.个人中心, compatibleWith: traitCollection)
}
/// `UIImage(named: "买", bundle: ..., traitCollection: ...)`
static func (compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image., compatibleWith: traitCollection)
}
/// `UIImage(named: "交易代表", bundle: ..., traitCollection: ...)`
static func 交易代表(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.交易代表, compatibleWith: traitCollection)
}
/// `UIImage(named: "会员信息", bundle: ..., traitCollection: ...)`
static func 会员信息(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.会员信息, compatibleWith: traitCollection)
}
/// `UIImage(named: "会员基本信息", bundle: ..., traitCollection: ...)`
static func 会员基本信息(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.会员基本信息, compatibleWith: traitCollection)
}
/// `UIImage(named: "出入金", bundle: ..., traitCollection: ...)`
static func 出入金(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.出入金, compatibleWith: traitCollection)
}
/// `UIImage(named: "协商交易", bundle: ..., traitCollection: ...)`
static func 协商交易(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.协商交易, compatibleWith: traitCollection)
}
/// `UIImage(named: "圆角矩形1", bundle: ..., traitCollection: ...)`
static func 圆角矩形1(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.圆角矩形1, compatibleWith: traitCollection)
}
/// `UIImage(named: "圆角矩形1拷贝", bundle: ..., traitCollection: ...)`
static func 圆角矩形1拷贝(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.圆角矩形1拷贝, compatibleWith: traitCollection)
}
/// `UIImage(named: "圆角矩形3", bundle: ..., traitCollection: ...)`
static func 圆角矩形3(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.圆角矩形3, compatibleWith: traitCollection)
}
/// `UIImage(named: "圆角矩形3拷贝", bundle: ..., traitCollection: ...)`
static func 圆角矩形3拷贝(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.圆角矩形3拷贝, compatibleWith: traitCollection)
}
/// `UIImage(named: "备注", bundle: ..., traitCollection: ...)`
static func 备注(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.备注, compatibleWith: traitCollection)
}
/// `UIImage(named: "密码", bundle: ..., traitCollection: ...)`
static func 密码(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.密码, compatibleWith: traitCollection)
}
/// `UIImage(named: "密码1", bundle: ..., traitCollection: ...)`
static func 密码1(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.密码1, compatibleWith: traitCollection)
}
/// `UIImage(named: "对", bundle: ..., traitCollection: ...)`
static func (compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image., compatibleWith: traitCollection)
}
/// `UIImage(named: "对账", bundle: ..., traitCollection: ...)`
static func 对账(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.对账, compatibleWith: traitCollection)
}
/// `UIImage(named: "我要买粮", bundle: ..., traitCollection: ...)`
static func 我要买粮(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.我要买粮, compatibleWith: traitCollection)
}
/// `UIImage(named: "我要卖粮", bundle: ..., traitCollection: ...)`
static func 我要卖粮(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.我要卖粮, compatibleWith: traitCollection)
}
/// `UIImage(named: "报价", bundle: ..., traitCollection: ...)`
static func 报价(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.报价, compatibleWith: traitCollection)
}
/// `UIImage(named: "挂单交易", bundle: ..., traitCollection: ...)`
static func 挂单交易(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.挂单交易, compatibleWith: traitCollection)
}
/// `UIImage(named: "新", bundle: ..., traitCollection: ...)`
static func (compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image., compatibleWith: traitCollection)
}
/// `UIImage(named: "日历", bundle: ..., traitCollection: ...)`
static func 日历(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.日历, compatibleWith: traitCollection)
}
/// `UIImage(named: "正确拍摄", bundle: ..., traitCollection: ...)`
static func 正确拍摄(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.正确拍摄, compatibleWith: traitCollection)
}
/// `UIImage(named: "照片模糊", bundle: ..., traitCollection: ...)`
static func 照片模糊(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.照片模糊, compatibleWith: traitCollection)
}
/// `UIImage(named: "用户名", bundle: ..., traitCollection: ...)`
static func 用户名(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.用户名, compatibleWith: traitCollection)
}
/// `UIImage(named: "用户名1", bundle: ..., traitCollection: ...)`
static func 用户名1(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.用户名1, compatibleWith: traitCollection)
}
/// `UIImage(named: "竞价交易", bundle: ..., traitCollection: ...)`
static func 竞价交易(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.竞价交易, compatibleWith: traitCollection)
}
/// `UIImage(named: "等待", bundle: ..., traitCollection: ...)`
static func 等待(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.等待, compatibleWith: traitCollection)
}
/// `UIImage(named: "背景", bundle: ..., traitCollection: ...)`
static func 背景(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.背景, compatibleWith: traitCollection)
}
/// `UIImage(named: "被报价", bundle: ..., traitCollection: ...)`
static func 被报价(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.被报价, compatibleWith: traitCollection)
}
/// `UIImage(named: "设置", bundle: ..., traitCollection: ...)`
static func 设置(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.设置, compatibleWith: traitCollection)
}
/// `UIImage(named: "资金流水", bundle: ..., traitCollection: ...)`
static func 资金流水(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.资金流水, compatibleWith: traitCollection)
}
/// `UIImage(named: "边框缺失", bundle: ..., traitCollection: ...)`
static func 边框缺失(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.边框缺失, compatibleWith: traitCollection)
}
/// `UIImage(named: "进入", bundle: ..., traitCollection: ...)`
static func 进入(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.进入, compatibleWith: traitCollection)
}
/// `UIImage(named: "银行", bundle: ..., traitCollection: ...)`
static func 银行(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.银行, compatibleWith: traitCollection)
}
/// `UIImage(named: "错", bundle: ..., traitCollection: ...)`
static func (compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image., compatibleWith: traitCollection)
}
/// `UIImage(named: "闪光强烈", bundle: ..., traitCollection: ...)`
static func 闪光强烈(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.闪光强烈, compatibleWith: traitCollection)
}
/// `UIImage(named: "首页", bundle: ..., traitCollection: ...)`
static func 首页(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.首页, compatibleWith: traitCollection)
}
/// `UIImage(named: "验证码", bundle: ..., traitCollection: ...)`
static func 验证码(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.验证码, compatibleWith: traitCollection)
}
/// `UIImage(named: "验证码1", bundle: ..., traitCollection: ...)`
static func 验证码1(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.验证码1, compatibleWith: traitCollection)
}
fileprivate init() {}
}
/// This `R.nib` struct is generated, and contains static references to 26 nibs.
struct nib {
/// Nib `AddImageTableViewCell`.
static let addImageTableViewCell = _R.nib._AddImageTableViewCell()
/// Nib `AmountDescTableViewCell`.
static let amountDescTableViewCell = _R.nib._AmountDescTableViewCell()
/// Nib `BiaoListTableViewCell`.
static let biaoListTableViewCell = _R.nib._BiaoListTableViewCell()
/// Nib `Buy1DropCategrayView`.
static let buy1DropCategrayView = _R.nib._Buy1DropCategrayView()
/// Nib `Buy1DropDateView`.
static let buy1DropDateView = _R.nib._Buy1DropDateView()
/// Nib `BuyTableViewCell`.
static let buyTableViewCell = _R.nib._BuyTableViewCell()
/// Nib `BuyingTableViewCell`.
static let buyingTableViewCell = _R.nib._BuyingTableViewCell()
/// Nib `CapitalListTableViewCell`.
static let capitalListTableViewCell = _R.nib._CapitalListTableViewCell()
/// Nib `CommentListTableViewCell`.
static let commentListTableViewCell = _R.nib._CommentListTableViewCell()
/// Nib `CountDownTime`.
static let countDownTime = _R.nib._CountDownTime()
/// Nib `DialogGuapai`.
static let dialogGuapai = _R.nib._DialogGuapai()
/// Nib `DialogJingjia`.
static let dialogJingjia = _R.nib._DialogJingjia()
/// Nib `DialogXieshang`.
static let dialogXieshang = _R.nib._DialogXieshang()
/// Nib `EmptyTableViewCell`.
static let emptyTableViewCell = _R.nib._EmptyTableViewCell()
/// Nib `GuaListHeaderView`.
static let guaListHeaderView = _R.nib._GuaListHeaderView()
/// Nib `HomeTableViewCell`.
static let homeTableViewCell = _R.nib._HomeTableViewCell()
/// Nib `HomeView`.
static let homeView = _R.nib._HomeView()
/// Nib `InputViewController`.
static let inputViewController = _R.nib._InputViewController()
/// Nib `MsgDescViewController`.
static let msgDescViewController = _R.nib._MsgDescViewController()
/// Nib `NoticeDesViewController`.
static let noticeDesViewController = _R.nib._NoticeDesViewController()
/// Nib `QuotedPriceTableViewCell`.
static let quotedPriceTableViewCell = _R.nib._QuotedPriceTableViewCell()
/// Nib `RightCollectionViewCell`.
static let rightCollectionViewCell = _R.nib._RightCollectionViewCell()
/// Nib `TagsViewController`.
static let tagsViewController = _R.nib._TagsViewController()
/// Nib `UnAmountTableViewCell`.
static let unAmountTableViewCell = _R.nib._UnAmountTableViewCell()
/// Nib `UploadImageViewController`.
static let uploadImageViewController = _R.nib._UploadImageViewController()
/// Nib `UserBase2TableViewCell`.
static let userBase2TableViewCell = _R.nib._UserBase2TableViewCell()
/// `UINib(name: "AddImageTableViewCell", in: bundle)`
static func addImageTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.addImageTableViewCell)
}
/// `UINib(name: "AmountDescTableViewCell", in: bundle)`
static func amountDescTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.amountDescTableViewCell)
}
/// `UINib(name: "BiaoListTableViewCell", in: bundle)`
static func biaoListTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.biaoListTableViewCell)
}
/// `UINib(name: "Buy1DropCategrayView", in: bundle)`
static func buy1DropCategrayView(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.buy1DropCategrayView)
}
/// `UINib(name: "Buy1DropDateView", in: bundle)`
static func buy1DropDateView(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.buy1DropDateView)
}
/// `UINib(name: "BuyTableViewCell", in: bundle)`
static func buyTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.buyTableViewCell)
}
/// `UINib(name: "BuyingTableViewCell", in: bundle)`
static func buyingTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.buyingTableViewCell)
}
/// `UINib(name: "CapitalListTableViewCell", in: bundle)`
static func capitalListTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.capitalListTableViewCell)
}
/// `UINib(name: "CommentListTableViewCell", in: bundle)`
static func commentListTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.commentListTableViewCell)
}
/// `UINib(name: "CountDownTime", in: bundle)`
static func countDownTime(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.countDownTime)
}
/// `UINib(name: "DialogGuapai", in: bundle)`
static func dialogGuapai(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.dialogGuapai)
}
/// `UINib(name: "DialogJingjia", in: bundle)`
static func dialogJingjia(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.dialogJingjia)
}
/// `UINib(name: "DialogXieshang", in: bundle)`
static func dialogXieshang(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.dialogXieshang)
}
/// `UINib(name: "EmptyTableViewCell", in: bundle)`
static func emptyTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.emptyTableViewCell)
}
/// `UINib(name: "GuaListHeaderView", in: bundle)`
static func guaListHeaderView(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.guaListHeaderView)
}
/// `UINib(name: "HomeTableViewCell", in: bundle)`
static func homeTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.homeTableViewCell)
}
/// `UINib(name: "HomeView", in: bundle)`
static func homeView(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.homeView)
}
/// `UINib(name: "InputViewController", in: bundle)`
static func inputViewController(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.inputViewController)
}
/// `UINib(name: "MsgDescViewController", in: bundle)`
static func msgDescViewController(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.msgDescViewController)
}
/// `UINib(name: "NoticeDesViewController", in: bundle)`
static func noticeDesViewController(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.noticeDesViewController)
}
/// `UINib(name: "QuotedPriceTableViewCell", in: bundle)`
static func quotedPriceTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.quotedPriceTableViewCell)
}
/// `UINib(name: "RightCollectionViewCell", in: bundle)`
static func rightCollectionViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.rightCollectionViewCell)
}
/// `UINib(name: "TagsViewController", in: bundle)`
static func tagsViewController(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.tagsViewController)
}
/// `UINib(name: "UnAmountTableViewCell", in: bundle)`
static func unAmountTableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.unAmountTableViewCell)
}
/// `UINib(name: "UploadImageViewController", in: bundle)`
static func uploadImageViewController(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.uploadImageViewController)
}
/// `UINib(name: "UserBase2TableViewCell", in: bundle)`
static func userBase2TableViewCell(_: Void = ()) -> UIKit.UINib {
return UIKit.UINib(resource: R.nib.userBase2TableViewCell)
}
fileprivate init() {}
}
/// This `R.reuseIdentifier` struct is generated, and contains static references to 4 reuse identifiers.
struct reuseIdentifier {
/// Reuse identifier `UserBaseTableViewCell`.
static let userBaseTableViewCell: Rswift.ReuseIdentifier<UserBaseTableViewCell> = Rswift.ReuseIdentifier(identifier: "UserBaseTableViewCell")
/// Reuse identifier `UserTableViewCell`.
static let userTableViewCell: Rswift.ReuseIdentifier<UserTableViewCell> = Rswift.ReuseIdentifier(identifier: "UserTableViewCell")
/// Reuse identifier `cell`.
static let cell: Rswift.ReuseIdentifier<UIKit.UITableViewCell> = Rswift.ReuseIdentifier(identifier: "cell")
/// Reuse identifier `cells`.
static let cells: Rswift.ReuseIdentifier<UIKit.UITableViewCell> = Rswift.ReuseIdentifier(identifier: "cells")
fileprivate init() {}
}
/// This `R.segue` struct is generated, and contains static references to 0 view controllers.
struct segue {
fileprivate init() {}
}
/// This `R.storyboard` struct is generated, and contains static references to 5 storyboards.
struct storyboard {
/// Storyboard `Home`.
static let home = _R.storyboard.home()
/// Storyboard `LaunchScreen`.
static let launchScreen = _R.storyboard.launchScreen()
/// Storyboard `Login`.
static let login = _R.storyboard.login()
/// Storyboard `Main`.
static let main = _R.storyboard.main()
/// Storyboard `User`.
static let user = _R.storyboard.user()
/// `UIStoryboard(name: "Home", bundle: ...)`
static func home(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.home)
}
/// `UIStoryboard(name: "LaunchScreen", bundle: ...)`
static func launchScreen(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.launchScreen)
}
/// `UIStoryboard(name: "Login", bundle: ...)`
static func login(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.login)
}
/// `UIStoryboard(name: "Main", bundle: ...)`
static func main(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.main)
}
/// `UIStoryboard(name: "User", bundle: ...)`
static func user(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.user)
}
fileprivate init() {}
}
/// This `R.string` struct is generated, and contains static references to 0 localization tables.
struct string {
fileprivate init() {}
}
fileprivate struct intern: Rswift.Validatable {
fileprivate static func validate() throws {
try _R.validate()
}
fileprivate init() {}
}
fileprivate class Class {}
fileprivate init() {}
}
struct _R: Rswift.Validatable {
static func validate() throws {
try storyboard.validate()
try nib.validate()
}
struct nib: Rswift.Validatable {
static func validate() throws {
try _HomeView.validate()
try _QuotedPriceTableViewCell.validate()
try _BuyTableViewCell.validate()
try _UploadImageViewController.validate()
try _HomeTableViewCell.validate()
try _BiaoListTableViewCell.validate()
try _EmptyTableViewCell.validate()
try _CountDownTime.validate()
try _BuyingTableViewCell.validate()
try _DialogXieshang.validate()
try _Buy1DropDateView.validate()
try _AddImageTableViewCell.validate()
}
struct _AddImageTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "AddImageTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> AddImageTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? AddImageTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "add", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'add' is used in nib 'AddImageTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _AmountDescTableViewCell: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "AmountDescTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> AmountDescTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? AmountDescTableViewCell
}
fileprivate init() {}
}
struct _BiaoListTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "BiaoListTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> BiaoListTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? BiaoListTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "icon_biao_mai", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'icon_biao_mai' is used in nib 'BiaoListTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _Buy1DropCategrayView: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "Buy1DropCategrayView"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> Buy1DropCategrayView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? Buy1DropCategrayView
}
fileprivate init() {}
}
struct _Buy1DropDateView: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "Buy1DropDateView"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> Buy1DropDateView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? Buy1DropDateView
}
static func validate() throws {
if UIKit.UIImage(named: "button_bg", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'button_bg' is used in nib 'Buy1DropDateView', but couldn't be loaded.") }
if UIKit.UIImage(named: "日历", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '日历' is used in nib 'Buy1DropDateView', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _BuyTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "BuyTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> BuyTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? BuyTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "圆角矩形3", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形3' is used in nib 'BuyTableViewCell', but couldn't be loaded.") }
if UIKit.UIImage(named: "圆角矩形3拷贝", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形3拷贝' is used in nib 'BuyTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _BuyingTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "BuyingTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> BuyingTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? BuyingTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "2", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '2' is used in nib 'BuyingTableViewCell', but couldn't be loaded.") }
if UIKit.UIImage(named: "1", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '1' is used in nib 'BuyingTableViewCell', but couldn't be loaded.") }
if UIKit.UIImage(named: "新", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '新' is used in nib 'BuyingTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _CapitalListTableViewCell: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "CapitalListTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> CapitalListTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? CapitalListTableViewCell
}
fileprivate init() {}
}
struct _CommentListTableViewCell: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "CommentListTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> CommentListTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? CommentListTableViewCell
}
fileprivate init() {}
}
struct _CountDownTime: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "CountDownTime"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> CountDownTime? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? CountDownTime
}
static func validate() throws {
if UIKit.UIImage(named: "等待", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '等待' is used in nib 'CountDownTime', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _DialogGuapai: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "DialogGuapai"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> DialogGuapai? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? DialogGuapai
}
fileprivate init() {}
}
struct _DialogJingjia: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "DialogJingjia"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> DialogJingjia? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? DialogJingjia
}
fileprivate init() {}
}
struct _DialogXieshang: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "DialogXieshang"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> DialogXieshang? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? DialogXieshang
}
static func validate() throws {
if UIKit.UIImage(named: "backgroud", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'backgroud' is used in nib 'DialogXieshang', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _EmptyTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "EmptyTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> EmptyTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? EmptyTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "等待", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '等待' is used in nib 'EmptyTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _GuaListHeaderView: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "GuaListHeaderView"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UIKit.UIView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UIKit.UIView
}
fileprivate init() {}
}
struct _HomeTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "HomeTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> HomeTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? HomeTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "rool", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'rool' is used in nib 'HomeTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _HomeView: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "HomeView"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> HomeView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? HomeView
}
static func validate() throws {
if UIKit.UIImage(named: "backgroud", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'backgroud' is used in nib 'HomeView', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _InputViewController: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "InputViewController"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UIKit.UIView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UIKit.UIView
}
fileprivate init() {}
}
struct _MsgDescViewController: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "MsgDescViewController"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UIKit.UIView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UIKit.UIView
}
fileprivate init() {}
}
struct _NoticeDesViewController: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "NoticeDesViewController"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UIKit.UIView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UIKit.UIView
}
fileprivate init() {}
}
struct _QuotedPriceTableViewCell: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "QuotedPriceTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> QuotedPriceTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? QuotedPriceTableViewCell
}
static func validate() throws {
if UIKit.UIImage(named: "圆角矩形1", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形1' is used in nib 'QuotedPriceTableViewCell', but couldn't be loaded.") }
if UIKit.UIImage(named: "圆角矩形3拷贝", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形3拷贝' is used in nib 'QuotedPriceTableViewCell', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _RightCollectionViewCell: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "RightCollectionViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> RightCollectionViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? RightCollectionViewCell
}
fileprivate init() {}
}
struct _TagsViewController: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "TagsViewController"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UIKit.UIView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UIKit.UIView
}
fileprivate init() {}
}
struct _UnAmountTableViewCell: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "UnAmountTableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UnAmountTableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UnAmountTableViewCell
}
fileprivate init() {}
}
struct _UploadImageViewController: Rswift.NibResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let name = "UploadImageViewController"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UIKit.UIView? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UIKit.UIView
}
static func validate() throws {
if UIKit.UIImage(named: "add", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'add' is used in nib 'UploadImageViewController', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct _UserBase2TableViewCell: Rswift.NibResourceType {
let bundle = R.hostingBundle
let name = "UserBase2TableViewCell"
func firstView(owner ownerOrNil: AnyObject?, options optionsOrNil: [NSObject : AnyObject]? = nil) -> UserBase2TableViewCell? {
return instantiate(withOwner: ownerOrNil, options: optionsOrNil)[0] as? UserBase2TableViewCell
}
fileprivate init() {}
}
fileprivate init() {}
}
struct storyboard: Rswift.Validatable {
static func validate() throws {
try main.validate()
try login.validate()
try user.validate()
try home.validate()
try launchScreen.validate()
}
struct home: Rswift.StoryboardResourceType, Rswift.Validatable {
let biaoDescViewController = StoryboardViewControllerResource<BiaoDescViewController>(identifier: "BiaoDescViewController")
let biaoListViewController = StoryboardViewControllerResource<BiaoListViewController>(identifier: "BiaoListViewController")
let bundle = R.hostingBundle
let buy1ViewController = StoryboardViewControllerResource<Buy1ViewController>(identifier: "Buy1ViewController")
let buyGuaViewController = StoryboardViewControllerResource<BuyGuaViewController>(identifier: "BuyGuaViewController")
let buyViewController = StoryboardViewControllerResource<BuyViewController>(identifier: "BuyViewController")
let guaListViewController = StoryboardViewControllerResource<GuaListViewController>(identifier: "GuaListViewController")
let name = "Home"
func biaoDescViewController(_: Void = ()) -> BiaoDescViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: biaoDescViewController)
}
func biaoListViewController(_: Void = ()) -> BiaoListViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: biaoListViewController)
}
func buy1ViewController(_: Void = ()) -> Buy1ViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: buy1ViewController)
}
func buyGuaViewController(_: Void = ()) -> BuyGuaViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: buyGuaViewController)
}
func buyViewController(_: Void = ()) -> BuyViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: buyViewController)
}
func guaListViewController(_: Void = ()) -> GuaListViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: guaListViewController)
}
static func validate() throws {
if UIKit.UIImage(named: "竞价交易") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '竞价交易' is used in storyboard 'Home', but couldn't be loaded.") }
if UIKit.UIImage(named: "协商交易") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '协商交易' is used in storyboard 'Home', but couldn't be loaded.") }
if UIKit.UIImage(named: "挂单交易") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '挂单交易' is used in storyboard 'Home', but couldn't be loaded.") }
if _R.storyboard.home().guaListViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'guaListViewController' could not be loaded from storyboard 'Home' as 'GuaListViewController'.") }
if _R.storyboard.home().biaoDescViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'biaoDescViewController' could not be loaded from storyboard 'Home' as 'BiaoDescViewController'.") }
if _R.storyboard.home().buyViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'buyViewController' could not be loaded from storyboard 'Home' as 'BuyViewController'.") }
if _R.storyboard.home().biaoListViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'biaoListViewController' could not be loaded from storyboard 'Home' as 'BiaoListViewController'.") }
if _R.storyboard.home().buy1ViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'buy1ViewController' could not be loaded from storyboard 'Home' as 'Buy1ViewController'.") }
if _R.storyboard.home().buyGuaViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'buyGuaViewController' could not be loaded from storyboard 'Home' as 'BuyGuaViewController'.") }
}
fileprivate init() {}
}
struct launchScreen: Rswift.StoryboardResourceWithInitialControllerType, Rswift.Validatable {
typealias InitialController = UIKit.UIViewController
let bundle = R.hostingBundle
let name = "LaunchScreen"
static func validate() throws {
if UIKit.UIImage(named: "welcome") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'welcome' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct login: Rswift.StoryboardResourceWithInitialControllerType, Rswift.Validatable {
typealias InitialController = BaseNavViewController
let bundle = R.hostingBundle
let loginViewController = StoryboardViewControllerResource<LoginViewController>(identifier: "LoginViewController")
let name = "Login"
let registerViewController = StoryboardViewControllerResource<RegisterViewController>(identifier: "RegisterViewController")
func loginViewController(_: Void = ()) -> LoginViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: loginViewController)
}
func registerViewController(_: Void = ()) -> RegisterViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: registerViewController)
}
static func validate() throws {
if UIKit.UIImage(named: "密码1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '密码1' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "用户名1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '用户名1' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "验证码") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '验证码' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "背景") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '背景' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "dui") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'dui' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "用户名") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '用户名' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "button_bg") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'button_bg' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "logo") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'logo' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "验证码1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '验证码1' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "kung") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'kung' is used in storyboard 'Login', but couldn't be loaded.") }
if UIKit.UIImage(named: "密码") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '密码' is used in storyboard 'Login', but couldn't be loaded.") }
if _R.storyboard.login().registerViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'registerViewController' could not be loaded from storyboard 'Login' as 'RegisterViewController'.") }
if _R.storyboard.login().loginViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'loginViewController' could not be loaded from storyboard 'Login' as 'LoginViewController'.") }
}
fileprivate init() {}
}
struct main: Rswift.StoryboardResourceWithInitialControllerType, Rswift.Validatable {
typealias InitialController = BaseTabbarViewController
let bundle = R.hostingBundle
let name = "Main"
static func validate() throws {
if UIKit.UIImage(named: "首页") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '首页' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "backgroud") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'backgroud' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "个人中心") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '个人中心' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "arrow") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'arrow' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "我要卖粮") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '我要卖粮' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "圆角矩形1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形1' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "进入") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '进入' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "会员信息") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '会员信息' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "圆角矩形1拷贝") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形1拷贝' is used in storyboard 'Main', but couldn't be loaded.") }
if UIKit.UIImage(named: "我要买粮") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '我要买粮' is used in storyboard 'Main', but couldn't be loaded.") }
}
fileprivate init() {}
}
struct user: Rswift.StoryboardResourceType, Rswift.Validatable {
let bundle = R.hostingBundle
let capitalViewController = StoryboardViewControllerResource<CapitalViewController>(identifier: "CapitalViewController")
let commentListViewController = StoryboardViewControllerResource<CommentListViewController>(identifier: "CommentListViewController")
let idCardViewController = StoryboardViewControllerResource<IDCardViewController>(identifier: "IDCardViewController")
let kyDrawerController = StoryboardViewControllerResource<KYDrawerController>(identifier: "KYDrawerController")
let messageViewController = StoryboardViewControllerResource<MessageViewController>(identifier: "MessageViewController")
let name = "User"
let quotedPriceViewController = StoryboardViewControllerResource<QuotedPriceViewController>(identifier: "QuotedPriceViewController")
let settingViewController = StoryboardViewControllerResource<SettingViewController>(identifier: "SettingViewController")
let unAmount = StoryboardViewControllerResource<KYDrawerController>(identifier: "UnAmount")
let unAmountViewController = StoryboardViewControllerResource<UnAmountViewController>(identifier: "UnAmountViewController")
let updateMobileViewController = StoryboardViewControllerResource<UpdateMobileViewController>(identifier: "UpdateMobileViewController")
let userBase2ViewController = StoryboardViewControllerResource<UserBase2ViewController>(identifier: "UserBase2ViewController")
let userBaseViewController = StoryboardViewControllerResource<UserBaseViewController>(identifier: "UserBaseViewController")
func capitalViewController(_: Void = ()) -> CapitalViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: capitalViewController)
}
func commentListViewController(_: Void = ()) -> CommentListViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: commentListViewController)
}
func idCardViewController(_: Void = ()) -> IDCardViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: idCardViewController)
}
func kyDrawerController(_: Void = ()) -> KYDrawerController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: kyDrawerController)
}
func messageViewController(_: Void = ()) -> MessageViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: messageViewController)
}
func quotedPriceViewController(_: Void = ()) -> QuotedPriceViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: quotedPriceViewController)
}
func settingViewController(_: Void = ()) -> SettingViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: settingViewController)
}
func unAmount(_: Void = ()) -> KYDrawerController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: unAmount)
}
func unAmountViewController(_: Void = ()) -> UnAmountViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: unAmountViewController)
}
func updateMobileViewController(_: Void = ()) -> UpdateMobileViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: updateMobileViewController)
}
func userBase2ViewController(_: Void = ()) -> UserBase2ViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: userBase2ViewController)
}
func userBaseViewController(_: Void = ()) -> UserBaseViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: userBaseViewController)
}
static func validate() throws {
if UIKit.UIImage(named: "照片模糊") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '照片模糊' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "用户名1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '用户名1' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "个人中心") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '个人中心' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "边框缺失") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '边框缺失' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "button_bg") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'button_bg' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "圆角矩形1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '圆角矩形1' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "错") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '错' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "1233211") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '1233211' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "3") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '3' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "4") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '4' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "验证码1") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '验证码1' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "正确拍摄") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '正确拍摄' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "闪光强烈") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '闪光强烈' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "对") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '对' is used in storyboard 'User', but couldn't be loaded.") }
if UIKit.UIImage(named: "123321") == nil { throw Rswift.ValidationError(description: "[R.swift] Image named '123321' is used in storyboard 'User', but couldn't be loaded.") }
if _R.storyboard.user().kyDrawerController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'kyDrawerController' could not be loaded from storyboard 'User' as 'KYDrawerController'.") }
if _R.storyboard.user().userBase2ViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'userBase2ViewController' could not be loaded from storyboard 'User' as 'UserBase2ViewController'.") }
if _R.storyboard.user().settingViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'settingViewController' could not be loaded from storyboard 'User' as 'SettingViewController'.") }
if _R.storyboard.user().updateMobileViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'updateMobileViewController' could not be loaded from storyboard 'User' as 'UpdateMobileViewController'.") }
if _R.storyboard.user().messageViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'messageViewController' could not be loaded from storyboard 'User' as 'MessageViewController'.") }
if _R.storyboard.user().commentListViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'commentListViewController' could not be loaded from storyboard 'User' as 'CommentListViewController'.") }
if _R.storyboard.user().unAmountViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'unAmountViewController' could not be loaded from storyboard 'User' as 'UnAmountViewController'.") }
if _R.storyboard.user().quotedPriceViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'quotedPriceViewController' could not be loaded from storyboard 'User' as 'QuotedPriceViewController'.") }
if _R.storyboard.user().unAmount() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'unAmount' could not be loaded from storyboard 'User' as 'KYDrawerController'.") }
if _R.storyboard.user().idCardViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'idCardViewController' could not be loaded from storyboard 'User' as 'IDCardViewController'.") }
if _R.storyboard.user().userBaseViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'userBaseViewController' could not be loaded from storyboard 'User' as 'UserBaseViewController'.") }
if _R.storyboard.user().capitalViewController() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'capitalViewController' could not be loaded from storyboard 'User' as 'CapitalViewController'.") }
}
fileprivate init() {}
}
fileprivate init() {}
}
fileprivate init() {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wparis/jiaoyi_ios.git
[email protected]:wparis/jiaoyi_ios.git
wparis
jiaoyi_ios
jiaoyi_ios
master

搜索帮助