Moved molecule to Miscellaneous group.

This commit is contained in:
Lekshmi S 2020-11-03 11:07:35 +05:30
parent ad3051743d
commit b90d761f25
3 changed files with 2 additions and 6 deletions

View File

@ -1363,6 +1363,8 @@
children = (
AAE96FA125341F6A0037A989 /* ListStoreLocatorModel.swift */,
AAE96FA425341F7D0037A989 /* ListStoreLocator.swift */,
AA7F47722541AD560015A2C1 /* ListStarRatingModel.swift */,
AA7F47752541AD6A0015A2C1 /* ListStarRating.swift */,
);
path = Miscellaneous;
sourceTree = "<group>";
@ -1547,8 +1549,6 @@
D22B38EB23F4E0AE00490EF6 /* LeftVariable */,
AAB7EDEE246ADA1600E54929 /* ListProgressBarThinModel.swift */,
AAB7EDF0246ADA2A00E54929 /* ListProgressBarThin.swift */,
AA7F47722541AD560015A2C1 /* ListStarRatingModel.swift */,
AA7F47752541AD6A0015A2C1 /* ListStarRating.swift */,
);
path = List;
sourceTree = "<group>";

View File

@ -27,10 +27,6 @@
stack.restack()
}
open override func updateView(_ size: CGFloat) {
super.updateView(size)
}
//----------------------------------------------------
// MARK: - Molecule
//----------------------------------------------------