Back to project page RemindEm.
The source code is released under:
MIT License
If you think the Android project RemindEm listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.brandtapps.remindem.extras; //from w ww . j a va 2 s.c o m public class Special{ public int ucskip; public Boolean ignorable; public Special(int ucskip, Boolean ignorable){ this.ucskip = ucskip; this.ignorable = ignorable; } }