## 설명
## ✓ 체크리스트
- [ ]
UI
[스터디 목록] UI 구성
뷰 모델
[스터디 목록] ViewModel 구현 및 바인딩
기능 구현 (Usecase, Repository) StudyListUseCase 스터디 목록 호출 구현 StudyRepository 스터디 목록 API 구현
final class StudyListUseCase {
func 스터디가져오기() { }
func 페이징() { }
func 새로고침() { }
}