mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 12:05:06 -05:00
12d1097a24
approximating AOSP coding standards.
8 lines
118 B
Java
8 lines
118 B
Java
package com.fsck.k9.activity;
|
|
import com.fsck.k9.activity.MessageList;
|
|
|
|
|
|
public class Search extends MessageList {
|
|
|
|
}
|