lib/ProMotion/delegate/delegate.rb in ProMotion-0.7.0 vs lib/ProMotion/delegate/delegate.rb in ProMotion-0.7.1

- old
+ new

@@ -1,11 +1,11 @@ module ProMotion class Delegate include ProMotion::ScreenTabs include ProMotion::SplitScreen if NSBundle.mainBundle.infoDictionary["UIDeviceFamily"].include?("2") # Only with iPad - include DelegateHelper - include DelegateNotifications + include ProMotion::DelegateHelper + include ProMotion::DelegateNotifications end class AppDelegateParent < Delegate def self.inherited(klass)