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