summaryrefslogtreecommitdiff
path: root/src/Chapter5/support/HashTagDS.java
blob: b338b6dcd11250b37dfd6e308ca29f606a937f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package Chapter5.support;

/**
 *
 * @author shamanth
 */
public class HashTagDS
{
    public String groupname;
    public String[] tags;
    public String color;

}