Class: Pod::Helper::SidebarContainerViewControllerSkinnerH

Inherits:
TemplateFile
  • Object
show all
Defined in:
lib/pod/helper/template_file.rb

Instance Method Summary collapse

Methods inherited from TemplateFile

#exists?, #file, #fixture_path, #initialize, #template, #write

Constructor Details

This class inherits a constructor from Pod::Helper::TemplateFile

Instance Method Details

#nameObject



118
119
120
# File 'lib/pod/helper/template_file.rb', line 118

def name
  "BFSidebarContainerViewController#{@project_prefix}Skinner.h"
end

#template_nameObject



122
123
124
# File 'lib/pod/helper/template_file.rb', line 122

def template_name
  'SidebarContainerViewControllerSkinner.h'
end