blob: 691f31269754de82e69cc4c6b9663a37ee71f468 [file] [log] [blame]
package com.facebook.feed.model;
// THIS CLASS IS TEST DATA FOR THE BUILD SYSTEM.
public interface CacheableEntity {
public String getUniqueIdentifier();
}