Sha256: 817c1d0f7f632084051403cbfcc76948675de856e06201202e66c7ce9f61445f
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/frame_screenshots' class FrameitAction < FrameScreenshotsAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `frame_screenshots` action" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems