Sha256: 8eae92320d6dac06ae9093386cdf1dbd6922eaeadd1300aacce0f6beb4da2ce1
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 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 // <% if super_module_name.to_s == 'KCSemanticResources' %> #import <KCSemanticResources/KCSemanticResources.h> <% else%> #import <<%= super_module_name%>/<%= super_class_name%>.h> <% end %> /// The main portal for using resources from component named <%= component_name%> @interface <%= oc_class_name %>: <%= super_class_name%> /// The pack for component named <%= component_name%>. /// Every component have an default pack that generated /// by the cocoadepot resources command. /// /// @return the pack for component named <%= component_name%> + (KCPack *)packFor<%= oc_class_name %>; /// The portal for using resources from component named <%= component_name%>. /// You can use the R singleton instance to get the resources by function or property. /// /// @return The portal for using resources from component named <%= component_name%>. + (instancetype)R; @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
KCommercialPipeline-0.2.5.1 | lib/KCommercialPipeline/core/resource/objective-c/templates/{{oc_class_name}}.h |