Sha256: 0154baf196efc520c6b5a41a84e7fd97dc3aac65d509be9a33143995fc93e786
Contents?: true
Size: 190 Bytes
Versions: 10
Compression:
Stored size: 190 Bytes
Contents
class DMCellWithSection < UITableViewCell attr_accessor :section def setSection(section) @section = section end def drawRect(rect) super section.draw_in(rect) end end
Version data entries
10 entries across 10 versions & 1 rubygems