﻿using UnityEngine;
using UnityEngine.UI;
using System.Collections;

public class RewardTransactionItem : MonoBehaviour {

	public Text label;
}
