// // Chain.h // AxolotlKit // // Created by Frederic Jacobs on 02/09/14. // Copyright (c) 2014 Frederic Jacobs. All rights reserved. // #import @class ChainKey; @protocol Chain -(ChainKey*)chainKey; -(void)setChainKey:(ChainKey*)chainKey; @end