package eclass.Main;


import java.util.Collection;

/**
 *
 *  This is a list of all the drawings that have been added to the lecture
                    in "Slides" mode.  * 
 * @author 
 * @version 
 *
 **/

public class LectureDrawList {

     /** Default Constructor **/
     public LectureDrawList() {

     }

     protected Collection<DrawSurface> data;

}