// // OEBindingDescription.h // OpenEmu-SDK // // Created by Remy Demarest on 24/11/2015. // // #import NS_ASSUME_NONNULL_BEGIN @class OESystemController; @interface OEBindingDescription : NSObject - (instancetype)init NS_UNAVAILABLE; @property (weak, nullable, readonly, nonatomic) OESystemController *systemController; @end NS_ASSUME_NONNULL_END