0.3.0
R.swift now generated strongly typed segues and provides methods to validate if the images used in your storyboard do exist.
R.[storyboardName].[segueIdentifier]
to get the identifier of a segueR.validateStoryboardImages()
to validate images in all storyboardsR.[storyboardName].validateStoryboardImages()
to validate images in a single storyboard