1
2
3
4
5
6
7
pub struct Aapt2Dump;

impl Aapt2Dump {
    pub fn run(self) {
        todo!();
    }
}