Sign Up
Login
API
FAQ
Tools
Trends
Archive
PASTEBIN
new paste
trends
API
tools
faq
Guest User
-
Public Pastes
Untitled
2 sec ago
Untitled
10 sec ago
Untitled
16 sec ago
Untitled
17 sec ago
Untitled
21 sec ago
Untitled
22 sec ago
Untitled
28 sec ago
Untitled
32 sec ago
daily pastebin
goal
82%
help support pastebin
SHARE
TWEET
Untitled
a guest
Apr 16th, 2018
51
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
raw
download
clone
embed
report
print
text
0.11 KB
class NewsListingViewModel constructor(
val getNews: GetNews
) : BaseViewModel() {
//Implementations
}
RAW Paste Data
class NewsListingViewModel constructor( val getNews: GetNews ) : BaseViewModel() { //Implementations }
Top