Declaration

func addFeaBlock(forFileName fileName: String, code: String) -> GSFeaBlock?

Declaration

- (GSFeaBlock *) addFeaBlockForFileName:(NSString *) fileName code:(NSString *) code;

Declaration

addFeaBlockForFileName_code_(fileName: str, code: str) -> GSFeaBlock

Discussion

The file name determines whether a feature, class, or prefix is created. When an existing block with no code matches the file name, that block is reused.

See Also

Layout Code