package com.mizo0203.timeline.talker;

/* package */ interface TimelineTalker {

  /* package */ void start();
}
