Sha256: d22efe27695cf292b491be167f14a37b23dcb5b814419343d07e33382cb617d1

Contents?: true

Size: 451 Bytes

Versions: 7

Compression:

Stored size: 451 Bytes

Contents

module ProMotion
  class Delegate

    include ProMotion::ScreenTabs
    include ProMotion::SplitScreen if NSBundle.mainBundle.infoDictionary["UIDeviceFamily"].include?("2") # Only with iPad
    include ProMotion::DelegateHelper
    include ProMotion::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

7 entries across 7 versions & 1 rubygems

Version Path
ProMotion-0.7.8 lib/ProMotion/delegate/delegate.rb
ProMotion-0.7.6 lib/ProMotion/delegate/delegate.rb
ProMotion-0.7.5 lib/ProMotion/delegate/delegate.rb
ProMotion-0.7.4 lib/ProMotion/delegate/delegate.rb
ProMotion-0.7.3 lib/ProMotion/delegate/delegate.rb
ProMotion-0.7.2 lib/ProMotion/delegate/delegate.rb
ProMotion-0.7.1 lib/ProMotion/delegate/delegate.rb