R.generated.swift 3.5 KB
//
// 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 {

      }
    }
  }
}