BuildScripts/xcode/fastlane/touchlane/lib/touchlane.rb

7 lines
205 B
Ruby

module Touchlane
require_relative "touchlane/configuration_type"
require_relative "touchlane/configuration"
require_relative "touchlane/features"
require_relative "match/storage/local_storage"
end