9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
autoImport("BaseCombineCell");
|
|
PersonalPicturCombineItemWallCell = class("PersonalPicturCombineItemWallCell",BaseCombineCell);
|
|
|
|
autoImport("PersonalPictureWallCell");
|
|
|
|
function PersonalPicturCombineItemWallCell:Init()
|
|
self:InitCells(4, "PersonalPictureWallCell", PersonalPictureWallCell);
|
|
end
|