lib/gonative/commands/ios/embed_extensions.rb in gonative-cli-1.1.2 vs lib/gonative/commands/ios/embed_extensions.rb in gonative-cli-1.2.0
- old
+ new
@@ -3,13 +3,13 @@
module GoNative
module Commands
module IOS
class EmbedExtensions < Base
desc 'Embeds all extensions from plugins to the project'
-
+
def call(**)
Plugins::IOS::EmbedExtensions.call
end
end
end
end
-end
\ No newline at end of file
+end