Interface.h 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 // // Interface.h // PoolSdk // // Created by winFan on 12/10/15. // Copyright (c) 2015 winFan. All rights reserved. // #include "UnionInterface.h" @interface Interface : NSObject <UnionInterface> @property(nonatomic, strong)UIViewController *controller; @end