Method: MPTableView#dealloc

Defined in:
motion-prime/support/mp_table_view.rb

#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