k-lpmg / RealmWrapper

Safe and easy wrappers for RealmSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are three compiler warnings.

MasaruKitajima opened this issue · comments

Every waring happens in RealmManageable.swift and same warning.

It says

'public' modifier is redundant for instance method declared in a public extension

It's not a big issue, but if fixed, appreciated.

@MasaruKitajima

I released version 1.3.0 that fixes the issue.

@k-lpmg Thank you so much!