summaryrefslogtreecommitdiff
path: root/src/main/java/com/mavlushechka/a1qa/constants/Interest.java
blob: e4d5eb17b5eb2ba71916d7c628cd44189bfe4b57 (plain)
1
2
3
4
5
6
7
package com.mavlushechka.a1qa.constants;

public enum Interest {

    BALLS(), CABLES(), CINNAMON(), CLOSETS(), COTTON(), DOUGH(), DRYWALL(), ENVELOPPES(), FAUCETS(), MULLETS(), POLO(), PONIES(), POSTITS(), PURPLE(), QUESTIONS(), SELECTALL(), SNAILS(), SQUARES(), TIRES(), UNSELECTALL(), WINDOWS()

}