// // STCodeViewController.h // STBasic // // Created by SunJiangting on 13-11-4. // Copyright (c) 2013å¹´ SunJiangting. All rights reserved. // #import @interface STCodeViewController : UIViewController @property (nonatomic, assign) STAlgorithmType algorithmType; @end