package com.ifpdos.debugmenu.entity;

import d.f.a.j2.e.d;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class Page {
    public int focusIndex;
    public List<d> items;
    public String title;

    public Page(String str, List<d> list) {
        this.title = str;
        this.items = list;
    }
}
