class MotionKit::NSViewLayout
Public Class Methods
inherited(subclass)
click to toggle source
# File lib/motion-kit-osx/deprecated.rb, line 17 def self.inherited(subclass) NSLog("Sorry! MotionKit changed. NSViewLayout is now NSViewHelpers. Update #{subclass} to extend from NSViewHelpers.") end