WIP
This commit is contained in:
@@ -97,3 +97,8 @@ class PlanWorkoutFetchable: Postable {
|
||||
self.postableData = postData
|
||||
}
|
||||
}
|
||||
|
||||
class AllNSFWVideosFetchable: Fetchable {
|
||||
typealias Response = [NSFWVideo]
|
||||
var endPoint: String = "/videos/nsfw_videos/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user