Package apple.uikit.enums
Class UICollectionElementCategory
- java.lang.Object
-
- apple.uikit.enums.UICollectionElementCategory
-
public final class UICollectionElementCategory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCellstatic longDecorationViewstatic longSupplementaryView
-
-
-
Field Detail
-
Cell
public static final long Cell
- See Also:
- Constant Field Values
-
SupplementaryView
public static final long SupplementaryView
- See Also:
- Constant Field Values
-
DecorationView
public static final long DecorationView
- See Also:
- Constant Field Values
-
-