Class: MPTableView

Inherits:
UITableView
  • Object
show all
Defined in:
motion-prime/support/mp_table_view.rb

Instance Method Summary collapse

Instance Method Details

#deallocObject



2
3
4
5
# File 'motion-prime/support/mp_table_view.rb', line 2

def dealloc
  Prime.logger.dealloc_message :view, self.to_s
  super
end