9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
autoImport("BaseCombineCell");
|
|
PersonalPicturCombineItemCell = class("PersonalPicturCombineItemCell",BaseCombineCell);
|
|
|
|
autoImport("PersonalPictureCell");
|
|
|
|
function PersonalPicturCombineItemCell:Init()
|
|
self:InitCells(4, "PersonalPictureCell", PersonalPictureCell);
|
|
end
|