@class SAUIAppPunchOut, NSArray; @interface SAStockSnippet : SAUISnippet @property (retain, nonatomic) SAUIAppPunchOut *appPunchOut; @property (copy, nonatomic) NSArray *stocks; + (id)snippet; + (id)snippetWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end