1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/activity/Search.java
2009-12-27 16:53:24 +00:00

9 lines
119 B
Java

package com.fsck.k9.activity;
import com.fsck.k9.activity.MessageList;
public class Search extends MessageList
{
};