add method

void add(
  1. AFWireframe wf
)

Implementation

void add(AFWireframe wf) {
  wireframes.add(wf);
}