-
Notifications
You must be signed in to change notification settings - Fork 1
Pattern: Adapter
Justin Mann edited this page Nov 11, 2017
·
2 revisions
#adapter(
shrink()'void
)
#shape(
getAdapter()'#adapter
)
buttonAdapter#adapter(
shrink() {
void
}
)
button#shape(
)