10 lines
83 B
Ruby
10 lines
83 B
Ruby
require "element_view"
|
|
|
|
class ListView < ElementView
|
|
|
|
def initialize
|
|
|
|
end
|
|
|
|
end
|