package com.thebluealliance.androidclient.viewmodels; public class TeamMatchVideoNotificationViewModel extends BaseViewModel { // TODO implement this eventually @Override public boolean equals(Object o) { return false; } @Override public int hashCode() { return 0; } }