Sha256: 655cfa65313138f39304064a05bc3170c496eeb7174acdfee73bbb38cbc9274a
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
// // Auto Generated By CocoaDepot // // _____ _____ _ // / ____| | __ \ | | // | | ___ ___ ___ __ _| | | | ___ _ __ ___ | |_ // | | / _ \ / __/ _ \ / _` | | | |/ _ | '_ \ / _ \| __| // | |___| (_) | (_| (_) | (_| | |__| | __| |_) | (_) | |_ // \_____\___/ \___\___/ \__,_|_____/ \___| .__/ \___/ \__| // | | // |_| // The universal cocoa devops toolchain. // This file is generated using the semantic resources. If you want // check more info please see: // * RFC-2021.07.01 iOS 资源语义化方案 http://shortlink.test.gifshow.com/A8nIepnk // * 资源语义化 Objective-C 代码生成 http://shortlink.test.gifshow.com/A8nIepnk // #ifndef <%= component_header_name%>_h #define <%= component_header_name%>_h /// The main portal for resources with component named '<%= component_name%>' #define <%= component_header_name%>R [<%= oc_class_name%> R] <% if resources_status.has_i18ns? %> #import "<%= oc_class_name %>+I18ns.h" <% end %> <% if resources_status.has_images? %> #import "<%=oc_class_name %>+Images.h" <% end %> <% if resources_status.has_colors? %> #import "<%=oc_class_name %>+Colors.h" <% end %> <% if resources_status.has_files? %> #import "<%=oc_class_name %>+Files.h" <% end %> <% if resources_status.has_fonts? %> #import "<%=oc_class_name %>+Fonts.h" <% end %> #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
KCommercialPipeline-0.2.5.1 | lib/KCommercialPipeline/core/resource/objective-c/templates/{{component_header_name}}.h |