原始内容
高亮显示
复制内容
// Copyright 2005 The Android Open Source Project /** * Test stuff. */ public interface Iface1 { public int iFunc1(int ii); public float mFloaty = 5.0f; public String mWahoo = new String("wahoo"); }
您还没有登录,登录后您可以:
首次使用?从这里 注册