-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR.generated.swift
731 lines (615 loc) · 41.7 KB
/
R.generated.swift
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
//
// 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 font.validate()
try intern.validate()
}
/// This `R.file` struct is generated, and contains static references to 7 files.
struct file {
/// Resource file `GIF.bundle`.
static let gifBundle = Rswift.FileResource(bundle: R.hostingBundle, name: "GIF", pathExtension: "bundle")
/// Resource file `GoogleService-Info.plist`.
static let googleServiceInfoPlist = Rswift.FileResource(bundle: R.hostingBundle, name: "GoogleService-Info", pathExtension: "plist")
/// Resource file `README.md`.
static let readmeMd = Rswift.FileResource(bundle: R.hostingBundle, name: "README", pathExtension: "md")
/// Resource file `editor.css`.
static let editorCss = Rswift.FileResource(bundle: R.hostingBundle, name: "editor", pathExtension: "css")
/// Resource file `editor.js`.
static let editorJs = Rswift.FileResource(bundle: R.hostingBundle, name: "editor", pathExtension: "js")
/// Resource file `index.html`.
static let indexHtml = Rswift.FileResource(bundle: R.hostingBundle, name: "index", pathExtension: "html")
/// Resource file `squire-raw.js`.
static let squireRawJs = Rswift.FileResource(bundle: R.hostingBundle, name: "squire-raw", pathExtension: "js")
/// `bundle.url(forResource: "GIF", withExtension: "bundle")`
static func gifBundle(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.gifBundle
return fileResource.bundle.url(forResource: fileResource)
}
/// `bundle.url(forResource: "GoogleService-Info", withExtension: "plist")`
static func googleServiceInfoPlist(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.googleServiceInfoPlist
return fileResource.bundle.url(forResource: fileResource)
}
/// `bundle.url(forResource: "README", withExtension: "md")`
static func readmeMd(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.readmeMd
return fileResource.bundle.url(forResource: fileResource)
}
/// `bundle.url(forResource: "editor", withExtension: "css")`
static func editorCss(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.editorCss
return fileResource.bundle.url(forResource: fileResource)
}
/// `bundle.url(forResource: "editor", withExtension: "js")`
static func editorJs(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.editorJs
return fileResource.bundle.url(forResource: fileResource)
}
/// `bundle.url(forResource: "index", withExtension: "html")`
static func indexHtml(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.indexHtml
return fileResource.bundle.url(forResource: fileResource)
}
/// `bundle.url(forResource: "squire-raw", withExtension: "js")`
static func squireRawJs(_: Void = ()) -> Foundation.URL? {
let fileResource = R.file.squireRawJs
return fileResource.bundle.url(forResource: fileResource)
}
fileprivate init() {}
}
/// This `R.font` struct is generated, and contains static references to 4 fonts.
struct font: Rswift.Validatable {
/// Font `DancingScript-Bold`.
static let dancingScriptBold = Rswift.FontResource(fontName: "DancingScript-Bold")
/// Font `DancingScript-Medium`.
static let dancingScriptMedium = Rswift.FontResource(fontName: "DancingScript-Medium")
/// Font `DancingScript-SemiBold`.
static let dancingScriptSemiBold = Rswift.FontResource(fontName: "DancingScript-SemiBold")
/// Font `DancingScript`.
static let dancingScript = Rswift.FontResource(fontName: "DancingScript")
/// `UIFont(name: "DancingScript", size: ...)`
static func dancingScript(size: CGFloat) -> UIKit.UIFont? {
return UIKit.UIFont(resource: dancingScript, size: size)
}
/// `UIFont(name: "DancingScript-Bold", size: ...)`
static func dancingScriptBold(size: CGFloat) -> UIKit.UIFont? {
return UIKit.UIFont(resource: dancingScriptBold, size: size)
}
/// `UIFont(name: "DancingScript-Medium", size: ...)`
static func dancingScriptMedium(size: CGFloat) -> UIKit.UIFont? {
return UIKit.UIFont(resource: dancingScriptMedium, size: size)
}
/// `UIFont(name: "DancingScript-SemiBold", size: ...)`
static func dancingScriptSemiBold(size: CGFloat) -> UIKit.UIFont? {
return UIKit.UIFont(resource: dancingScriptSemiBold, size: size)
}
static func validate() throws {
if R.font.dancingScript(size: 42) == nil { throw Rswift.ValidationError(description:"[R.swift] Font 'DancingScript' could not be loaded, is 'DancingScript-Regular.ttf' added to the UIAppFonts array in this targets Info.plist?") }
if R.font.dancingScriptBold(size: 42) == nil { throw Rswift.ValidationError(description:"[R.swift] Font 'DancingScript-Bold' could not be loaded, is 'DancingScript-Bold.ttf' added to the UIAppFonts array in this targets Info.plist?") }
if R.font.dancingScriptMedium(size: 42) == nil { throw Rswift.ValidationError(description:"[R.swift] Font 'DancingScript-Medium' could not be loaded, is 'DancingScript-Medium.ttf' added to the UIAppFonts array in this targets Info.plist?") }
if R.font.dancingScriptSemiBold(size: 42) == nil { throw Rswift.ValidationError(description:"[R.swift] Font 'DancingScript-SemiBold' could not be loaded, is 'DancingScript-SemiBold.ttf' added to the UIAppFonts array in this targets Info.plist?") }
}
fileprivate init() {}
}
/// This `R.image` struct is generated, and contains static references to 74 images.
struct image {
/// Image `add_to_siri`.
static let add_to_siri = Rswift.ImageResource(bundle: R.hostingBundle, name: "add_to_siri")
/// Image `icon_category_check`.
static let icon_category_check = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_category_check")
/// Image `icon_category_more`.
static let icon_category_more = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_category_more")
/// Image `icon_editor_align_center`.
static let icon_editor_align_center = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_align_center")
/// Image `icon_editor_align_left`.
static let icon_editor_align_left = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_align_left")
/// Image `icon_editor_align_right`.
static let icon_editor_align_right = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_align_right")
/// Image `icon_editor_back`.
static let icon_editor_back = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_back")
/// Image `icon_editor_backgroundcolor`.
static let icon_editor_backgroundcolor = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_backgroundcolor")
/// Image `icon_editor_bold`.
static let icon_editor_bold = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_bold")
/// Image `icon_editor_font`.
static let icon_editor_font = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_font")
/// Image `icon_editor_fontcolor`.
static let icon_editor_fontcolor = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_fontcolor")
/// Image `icon_editor_fontsize`.
static let icon_editor_fontsize = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_fontsize")
/// Image `icon_editor_image`.
static let icon_editor_image = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_image")
/// Image `icon_editor_italic`.
static let icon_editor_italic = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_italic")
/// Image `icon_editor_keyboard`.
static let icon_editor_keyboard = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_keyboard")
/// Image `icon_editor_location_selected-1`.
static let icon_editor_location_selected1 = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_location_selected-1")
/// Image `icon_editor_location_selected`.
static let icon_editor_location_selected = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_location_selected")
/// Image `icon_editor_location`.
static let icon_editor_location = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_location")
/// Image `icon_editor_locked`.
static let icon_editor_locked = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_locked")
/// Image `icon_editor_love_selected`.
static let icon_editor_love_selected = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_love_selected")
/// Image `icon_editor_love`.
static let icon_editor_love = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_love")
/// Image `icon_editor_mood`.
static let icon_editor_mood = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_mood")
/// Image `icon_editor_redo`.
static let icon_editor_redo = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_redo")
/// Image `icon_editor_underline`.
static let icon_editor_underline = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_underline")
/// Image `icon_editor_undo`.
static let icon_editor_undo = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_undo")
/// Image `icon_editor_unlock`.
static let icon_editor_unlock = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_unlock")
/// Image `icon_editor_weather`.
static let icon_editor_weather = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_editor_weather")
/// Image `icon_home_add`.
static let icon_home_add = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_home_add")
/// Image `icon_location_more`.
static let icon_location_more = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_location_more")
/// Image `icon_location_tag`.
static let icon_location_tag = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_location_tag")
/// Image `icon_me_arrow_left`.
static let icon_me_arrow_left = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_me_arrow_left")
/// Image `icon_me_arrow_right`.
static let icon_me_arrow_right = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_me_arrow_right")
/// Image `icon_me_camera`.
static let icon_me_camera = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_me_camera")
/// Image `icon_me_premium`.
static let icon_me_premium = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_me_premium")
/// Image `icon_me_setting`.
static let icon_me_setting = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_me_setting")
/// Image `icon_mood_angry`.
static let icon_mood_angry = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_angry")
/// Image `icon_mood_confused`.
static let icon_mood_confused = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_confused")
/// Image `icon_mood_cry`.
static let icon_mood_cry = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_cry")
/// Image `icon_mood_enrich`.
static let icon_mood_enrich = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_enrich")
/// Image `icon_mood_fidgety`.
static let icon_mood_fidgety = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_fidgety")
/// Image `icon_mood_happy`.
static let icon_mood_happy = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_happy")
/// Image `icon_mood_lonely`.
static let icon_mood_lonely = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_lonely")
/// Image `icon_mood_proud`.
static let icon_mood_proud = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_proud")
/// Image `icon_mood_sad`.
static let icon_mood_sad = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_sad")
/// Image `icon_mood_surprise`.
static let icon_mood_surprise = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_surprise")
/// Image `icon_mood_surprised`.
static let icon_mood_surprised = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_surprised")
/// Image `icon_mood_wantcry`.
static let icon_mood_wantcry = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_mood_wantcry")
/// Image `icon_reader_download`.
static let icon_reader_download = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_reader_download")
/// Image `icon_reader_menu`.
static let icon_reader_menu = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_reader_menu")
/// Image `icon_reader_share`.
static let icon_reader_share = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_reader_share")
/// Image `icon_subcription_check`.
static let icon_subcription_check = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_subcription_check")
/// Image `icon_subscription_close`.
static let icon_subscription_close = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_subscription_close")
/// Image `icon_tabbar_category`.
static let icon_tabbar_category = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_tabbar_category")
/// Image `icon_tabbar_edit`.
static let icon_tabbar_edit = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_tabbar_edit")
/// Image `icon_tabbar_user`.
static let icon_tabbar_user = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_tabbar_user")
/// Image `icon_today_back`.
static let icon_today_back = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_today_back")
/// Image `icon_today_edit`.
static let icon_today_edit = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_today_edit")
/// Image `icon_today_locked`.
static let icon_today_locked = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_today_locked")
/// Image `icon_today_love`.
static let icon_today_love = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_today_love")
/// Image `icon_weather_cloud_sun`.
static let icon_weather_cloud_sun = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_cloud_sun")
/// Image `icon_weather_cloud`.
static let icon_weather_cloud = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_cloud")
/// Image `icon_weather_light`.
static let icon_weather_light = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_light")
/// Image `icon_weather_rain`.
static let icon_weather_rain = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_rain")
/// Image `icon_weather_rainbow`.
static let icon_weather_rainbow = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_rainbow")
/// Image `icon_weather_snow`.
static let icon_weather_snow = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_snow")
/// Image `icon_weather_sun`.
static let icon_weather_sun = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_sun")
/// Image `icon_weather_wind`.
static let icon_weather_wind = Rswift.ImageResource(bundle: R.hostingBundle, name: "icon_weather_wind")
/// Image `image_bg_sun`.
static let image_bg_sun = Rswift.ImageResource(bundle: R.hostingBundle, name: "image_bg_sun")
/// Image `image_editor_bg`.
static let image_editor_bg = Rswift.ImageResource(bundle: R.hostingBundle, name: "image_editor_bg")
/// Image `image_me_bg`.
static let image_me_bg = Rswift.ImageResource(bundle: R.hostingBundle, name: "image_me_bg")
/// Image `image_subscription_bg`.
static let image_subscription_bg = Rswift.ImageResource(bundle: R.hostingBundle, name: "image_subscription_bg")
/// Image `launch_logo_title`.
static let launch_logo_title = Rswift.ImageResource(bundle: R.hostingBundle, name: "launch_logo_title")
/// Image `launch_logo`.
static let launch_logo = Rswift.ImageResource(bundle: R.hostingBundle, name: "launch_logo")
/// Image `logo`.
static let logo = Rswift.ImageResource(bundle: R.hostingBundle, name: "logo")
/// `UIImage(named: "add_to_siri", bundle: ..., traitCollection: ...)`
static func add_to_siri(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.add_to_siri, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_category_check", bundle: ..., traitCollection: ...)`
static func icon_category_check(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_category_check, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_category_more", bundle: ..., traitCollection: ...)`
static func icon_category_more(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_category_more, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_align_center", bundle: ..., traitCollection: ...)`
static func icon_editor_align_center(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_align_center, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_align_left", bundle: ..., traitCollection: ...)`
static func icon_editor_align_left(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_align_left, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_align_right", bundle: ..., traitCollection: ...)`
static func icon_editor_align_right(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_align_right, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_back", bundle: ..., traitCollection: ...)`
static func icon_editor_back(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_back, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_backgroundcolor", bundle: ..., traitCollection: ...)`
static func icon_editor_backgroundcolor(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_backgroundcolor, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_bold", bundle: ..., traitCollection: ...)`
static func icon_editor_bold(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_bold, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_font", bundle: ..., traitCollection: ...)`
static func icon_editor_font(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_font, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_fontcolor", bundle: ..., traitCollection: ...)`
static func icon_editor_fontcolor(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_fontcolor, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_fontsize", bundle: ..., traitCollection: ...)`
static func icon_editor_fontsize(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_fontsize, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_image", bundle: ..., traitCollection: ...)`
static func icon_editor_image(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_image, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_italic", bundle: ..., traitCollection: ...)`
static func icon_editor_italic(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_italic, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_keyboard", bundle: ..., traitCollection: ...)`
static func icon_editor_keyboard(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_keyboard, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_location", bundle: ..., traitCollection: ...)`
static func icon_editor_location(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_location, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_location_selected", bundle: ..., traitCollection: ...)`
static func icon_editor_location_selected(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_location_selected, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_location_selected-1", bundle: ..., traitCollection: ...)`
static func icon_editor_location_selected1(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_location_selected1, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_locked", bundle: ..., traitCollection: ...)`
static func icon_editor_locked(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_locked, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_love", bundle: ..., traitCollection: ...)`
static func icon_editor_love(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_love, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_love_selected", bundle: ..., traitCollection: ...)`
static func icon_editor_love_selected(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_love_selected, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_mood", bundle: ..., traitCollection: ...)`
static func icon_editor_mood(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_mood, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_redo", bundle: ..., traitCollection: ...)`
static func icon_editor_redo(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_redo, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_underline", bundle: ..., traitCollection: ...)`
static func icon_editor_underline(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_underline, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_undo", bundle: ..., traitCollection: ...)`
static func icon_editor_undo(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_undo, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_unlock", bundle: ..., traitCollection: ...)`
static func icon_editor_unlock(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_unlock, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_editor_weather", bundle: ..., traitCollection: ...)`
static func icon_editor_weather(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_editor_weather, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_home_add", bundle: ..., traitCollection: ...)`
static func icon_home_add(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_home_add, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_location_more", bundle: ..., traitCollection: ...)`
static func icon_location_more(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_location_more, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_location_tag", bundle: ..., traitCollection: ...)`
static func icon_location_tag(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_location_tag, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_me_arrow_left", bundle: ..., traitCollection: ...)`
static func icon_me_arrow_left(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_me_arrow_left, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_me_arrow_right", bundle: ..., traitCollection: ...)`
static func icon_me_arrow_right(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_me_arrow_right, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_me_camera", bundle: ..., traitCollection: ...)`
static func icon_me_camera(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_me_camera, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_me_premium", bundle: ..., traitCollection: ...)`
static func icon_me_premium(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_me_premium, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_me_setting", bundle: ..., traitCollection: ...)`
static func icon_me_setting(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_me_setting, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_angry", bundle: ..., traitCollection: ...)`
static func icon_mood_angry(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_angry, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_confused", bundle: ..., traitCollection: ...)`
static func icon_mood_confused(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_confused, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_cry", bundle: ..., traitCollection: ...)`
static func icon_mood_cry(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_cry, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_enrich", bundle: ..., traitCollection: ...)`
static func icon_mood_enrich(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_enrich, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_fidgety", bundle: ..., traitCollection: ...)`
static func icon_mood_fidgety(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_fidgety, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_happy", bundle: ..., traitCollection: ...)`
static func icon_mood_happy(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_happy, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_lonely", bundle: ..., traitCollection: ...)`
static func icon_mood_lonely(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_lonely, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_proud", bundle: ..., traitCollection: ...)`
static func icon_mood_proud(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_proud, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_sad", bundle: ..., traitCollection: ...)`
static func icon_mood_sad(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_sad, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_surprise", bundle: ..., traitCollection: ...)`
static func icon_mood_surprise(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_surprise, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_surprised", bundle: ..., traitCollection: ...)`
static func icon_mood_surprised(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_surprised, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_mood_wantcry", bundle: ..., traitCollection: ...)`
static func icon_mood_wantcry(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_mood_wantcry, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_reader_download", bundle: ..., traitCollection: ...)`
static func icon_reader_download(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_reader_download, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_reader_menu", bundle: ..., traitCollection: ...)`
static func icon_reader_menu(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_reader_menu, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_reader_share", bundle: ..., traitCollection: ...)`
static func icon_reader_share(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_reader_share, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_subcription_check", bundle: ..., traitCollection: ...)`
static func icon_subcription_check(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_subcription_check, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_subscription_close", bundle: ..., traitCollection: ...)`
static func icon_subscription_close(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_subscription_close, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_tabbar_category", bundle: ..., traitCollection: ...)`
static func icon_tabbar_category(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_tabbar_category, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_tabbar_edit", bundle: ..., traitCollection: ...)`
static func icon_tabbar_edit(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_tabbar_edit, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_tabbar_user", bundle: ..., traitCollection: ...)`
static func icon_tabbar_user(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_tabbar_user, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_today_back", bundle: ..., traitCollection: ...)`
static func icon_today_back(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_today_back, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_today_edit", bundle: ..., traitCollection: ...)`
static func icon_today_edit(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_today_edit, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_today_locked", bundle: ..., traitCollection: ...)`
static func icon_today_locked(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_today_locked, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_today_love", bundle: ..., traitCollection: ...)`
static func icon_today_love(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_today_love, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_cloud", bundle: ..., traitCollection: ...)`
static func icon_weather_cloud(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_cloud, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_cloud_sun", bundle: ..., traitCollection: ...)`
static func icon_weather_cloud_sun(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_cloud_sun, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_light", bundle: ..., traitCollection: ...)`
static func icon_weather_light(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_light, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_rain", bundle: ..., traitCollection: ...)`
static func icon_weather_rain(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_rain, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_rainbow", bundle: ..., traitCollection: ...)`
static func icon_weather_rainbow(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_rainbow, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_snow", bundle: ..., traitCollection: ...)`
static func icon_weather_snow(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_snow, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_sun", bundle: ..., traitCollection: ...)`
static func icon_weather_sun(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_sun, compatibleWith: traitCollection)
}
/// `UIImage(named: "icon_weather_wind", bundle: ..., traitCollection: ...)`
static func icon_weather_wind(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.icon_weather_wind, compatibleWith: traitCollection)
}
/// `UIImage(named: "image_bg_sun", bundle: ..., traitCollection: ...)`
static func image_bg_sun(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.image_bg_sun, compatibleWith: traitCollection)
}
/// `UIImage(named: "image_editor_bg", bundle: ..., traitCollection: ...)`
static func image_editor_bg(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.image_editor_bg, compatibleWith: traitCollection)
}
/// `UIImage(named: "image_me_bg", bundle: ..., traitCollection: ...)`
static func image_me_bg(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.image_me_bg, compatibleWith: traitCollection)
}
/// `UIImage(named: "image_subscription_bg", bundle: ..., traitCollection: ...)`
static func image_subscription_bg(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.image_subscription_bg, compatibleWith: traitCollection)
}
/// `UIImage(named: "launch_logo", bundle: ..., traitCollection: ...)`
static func launch_logo(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.launch_logo, compatibleWith: traitCollection)
}
/// `UIImage(named: "launch_logo_title", bundle: ..., traitCollection: ...)`
static func launch_logo_title(compatibleWith traitCollection: UIKit.UITraitCollection? = nil) -> UIKit.UIImage? {
return UIKit.UIImage(resource: R.image.launch_logo_title, 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)
}
fileprivate init() {}
}
/// This `R.storyboard` struct is generated, and contains static references to 2 storyboards.
struct storyboard {
/// Storyboard `LaunchScreen`.
static let launchScreen = _R.storyboard.launchScreen()
/// Storyboard `Main`.
static let main = _R.storyboard.main()
/// `UIStoryboard(name: "LaunchScreen", bundle: ...)`
static func launchScreen(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.launchScreen)
}
/// `UIStoryboard(name: "Main", bundle: ...)`
static func main(_: Void = ()) -> UIKit.UIStoryboard {
return UIKit.UIStoryboard(resource: R.storyboard.main)
}
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()
}
struct storyboard: Rswift.Validatable {
static func validate() throws {
try launchScreen.validate()
try main.validate()
}
struct launchScreen: Rswift.StoryboardResourceWithInitialControllerType, Rswift.Validatable {
typealias InitialController = UIKit.UIViewController
let bundle = R.hostingBundle
let launchScreen = StoryboardViewControllerResource<UIKit.UIViewController>(identifier: "LaunchScreen")
let name = "LaunchScreen"
func launchScreen(_: Void = ()) -> UIKit.UIViewController? {
return UIKit.UIStoryboard(resource: self).instantiateViewController(withResource: launchScreen)
}
static func validate() throws {
if UIKit.UIImage(named: "launch_logo", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'launch_logo' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
if UIKit.UIImage(named: "launch_logo_title", in: R.hostingBundle, compatibleWith: nil) == nil { throw Rswift.ValidationError(description: "[R.swift] Image named 'launch_logo_title' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
if #available(iOS 11.0, *) {
}
if _R.storyboard.launchScreen().launchScreen() == nil { throw Rswift.ValidationError(description:"[R.swift] ViewController with identifier 'launchScreen' could not be loaded from storyboard 'LaunchScreen' as 'UIKit.UIViewController'.") }
}
fileprivate init() {}
}
struct main: Rswift.StoryboardResourceWithInitialControllerType, Rswift.Validatable {
typealias InitialController = ViewController
let bundle = R.hostingBundle
let name = "Main"
static func validate() throws {
if #available(iOS 11.0, *) {
}
}
fileprivate init() {}
}
fileprivate init() {}
}
fileprivate init() {}
}