This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
libsystem
Watch
1
Star
0
Fork
You've already forked libsystem
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13b5c7f421
libsystem
/
src
/
main
/
java
/
edu
/
uastw
/
LibraryItem.java
7 lines
99 B
Java
Raw
Blame
History
package
edu.uastw
;
public
interface
LibraryItem
{
String
getTitle
(
)
;
String
getOwner
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink