require 'fastlane_core/ui/ui' module Fastlane UI = FastlaneCore::UI unless Fastlane.const_defined?("UI") module Helper class TestintaskHelper # class methods that you define here become available in your action # as `Helper::TestintaskHelper.your_method` # def self.show_message UI.message("Hello from the testintask plugin helper!") end end end end