Sha256: de3dfce9a12b39a04a02ca9f6542dbf305e4e49622ec831a7c2e65835faedf40

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

module ProMotion
  class Delegate

    include ProMotion::ScreenTabs
    include ProMotion::SplitScreen if NSBundle.mainBundle.infoDictionary["UIDeviceFamily"].include?("2") # Only with iPad
    include DelegateHelper
    include DelegateNotifications

  end

  class AppDelegateParent < Delegate
    def self.inherited(klass)
      PM.logger.deprecated "PM::AppDelegateParent is deprecated. Use PM::Delegate."
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ProMotion-0.7.0 lib/ProMotion/delegate/delegate.rb