OSDN Git Service

fixes
[android-x86/external-koush-Widgets.git] / Widgets / src / com / koushikdutta / widgets / FragmentInterfaceWrapper.java
index f3fbb33..8037602 100644 (file)
@@ -12,4 +12,6 @@ public interface FragmentInterfaceWrapper {
     void setArguments(Bundle bundle);
     Bundle getArguments();
     View getView();
+    
+    int getId();
 }