R.generated.swift
3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
//
// This is a generated file, do not edit!
// Generated by R.swift, see https://github.com/mac-cain13/R.swift
//
import Foundation
import RswiftResources
import UIKit
private class BundleFinder {}
let R = _R(bundle: Bundle(for: BundleFinder.self))
struct _R {
let bundle: Foundation.Bundle
var color: color { .init(bundle: bundle) }
var image: image { .init(bundle: bundle) }
var file: file { .init(bundle: bundle) }
var storyboard: storyboard { .init(bundle: bundle) }
func color(bundle: Foundation.Bundle) -> color {
.init(bundle: bundle)
}
func image(bundle: Foundation.Bundle) -> image {
.init(bundle: bundle)
}
func file(bundle: Foundation.Bundle) -> file {
.init(bundle: bundle)
}
func storyboard(bundle: Foundation.Bundle) -> storyboard {
.init(bundle: bundle)
}
func validate() throws {
try self.storyboard.validate()
}
struct project {
let developmentRegion = "en"
}
/// This `_R.color` struct is generated, and contains static references to 1 colors.
struct color {
let bundle: Foundation.Bundle
/// Color `AccentColor`.
var accentColor: RswiftResources.ColorResource { .init(name: "AccentColor", path: [], bundle: bundle) }
}
/// This `_R.image` struct is generated, and contains static references to 6 images.
struct image {
let bundle: Foundation.Bundle
/// Image `ic_cube_normal`.
var ic_cube_normal: RswiftResources.ImageResource { .init(name: "ic_cube_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `ic_cube_selected`.
var ic_cube_selected: RswiftResources.ImageResource { .init(name: "ic_cube_selected", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `ic_para_normal`.
var ic_para_normal: RswiftResources.ImageResource { .init(name: "ic_para_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `ic_para_selected`.
var ic_para_selected: RswiftResources.ImageResource { .init(name: "ic_para_selected", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `ic_set_normal`.
var ic_set_normal: RswiftResources.ImageResource { .init(name: "ic_set_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
/// Image `ic_set_selected`.
var ic_set_selected: RswiftResources.ImageResource { .init(name: "ic_set_selected", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
}
/// This `_R.file` struct is generated, and contains static references to 1 resource files.
struct file {
let bundle: Foundation.Bundle
/// Resource file `GKNavigationBarSwift.bundle`.
var gkNavigationBarSwiftBundle: RswiftResources.FileResource { .init(name: "GKNavigationBarSwift", pathExtension: "bundle", bundle: bundle, locale: LocaleReference.none) }
}
/// This `_R.storyboard` struct is generated, and contains static references to 1 storyboards.
struct storyboard {
let bundle: Foundation.Bundle
var launchScreen: launchScreen { .init(bundle: bundle) }
func launchScreen(bundle: Foundation.Bundle) -> launchScreen {
.init(bundle: bundle)
}
func validate() throws {
try self.launchScreen.validate()
}
/// Storyboard `LaunchScreen`.
struct launchScreen: RswiftResources.StoryboardReference, RswiftResources.InitialControllerContainer {
typealias InitialController = UIKit.UIViewController
let bundle: Foundation.Bundle
let name = "LaunchScreen"
func validate() throws {
}
}
}
}