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