blob: 6a5d02649c67e99e38bf950bb4201742cac2a1f0 [file] [log] [blame]
// automatically generated by the FlatBuffers compiler, do not modify
import java.nio.*;
import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
public class BookReaderT {
private int booksRead;
public int getBooksRead() { return booksRead; }
public void setBooksRead(int booksRead) { this.booksRead = booksRead; }
public BookReaderT() {
this.booksRead = 0;
}
}