dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Type 'Self' constrained to non-protocol, non-class type 'AnyClass' (aka 'AnyObject.Type') #413

Closed ijkl1397 closed 5 years ago

ijkl1397 commented 5 years ago

screen shot 2018-12-04 at 1 25 41 pm

protocol LeftMenuProtocol: AnyClass { //Getting these errors in this line func changeViewController (_menu: LeftMenu) }

could you help me on this.